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

Commit

Permalink
Update hashimporter.rb
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
i128 authored Jan 29, 2018
1 parent 07a8f9a commit 1d4dce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/hashimporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def machineAcct?(username)
def addHash(hash, hashtype)
entry = Hashes.new
entry[:originalhash] = hash
entry[:hashtype] = hashtypef
entry[:hashtype] = hashtype
entry[:cracked] = false
entry.save
end
Expand Down

0 comments on commit 1d4dce6

Please sign in to comment.