Skip to content
This repository was archived by the owner on Aug 19, 2023. It is now read-only.

Commit 1d4dce6

Browse files
authored
Update hashimporter.rb
Typo
1 parent 07a8f9a commit 1d4dce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/hashimporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def machineAcct?(username)
1515
def addHash(hash, hashtype)
1616
entry = Hashes.new
1717
entry[:originalhash] = hash
18-
entry[:hashtype] = hashtypef
18+
entry[:hashtype] = hashtype
1919
entry[:cracked] = false
2020
entry.save
2121
end

0 commit comments

Comments
 (0)