Changed @find to @finder
This commit is contained in:
@@ -10,10 +10,10 @@ require_relative 'filecreate'
|
||||
puts @drives
|
||||
@drives.each do |drive|
|
||||
if drive.DriveType == 2
|
||||
@find = Cryptowallfinder.new
|
||||
@find.outputFile = @outputFile
|
||||
@find.path = drive.Path
|
||||
@find.findInfectedFiles
|
||||
@finder = Cryptowallfinder.new
|
||||
@finder.outputFile = @outputFile
|
||||
@finder.path = drive.Path
|
||||
@finder.findInfectedFiles
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user