Skip to content

Commit

Permalink
Merge branch 'bs2kbs2k-patch-1' (pull request #502)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcpp committed Jun 23, 2022
2 parents 6105f51 + e1e2097 commit ae68844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/ctl/hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func hashCommand(ctx *cli.Context) error {
opts.Argon2Memory = uint32(ctx.Int("argon2-memory"))
}
if ctx.IsSet("argon2-time") {
opts.Argon2Memory = uint32(ctx.Int("argon2-time"))
opts.Argon2Time = uint32(ctx.Int("argon2-time"))
}
if ctx.IsSet("argon2-threads") {
opts.Argon2Threads = uint8(ctx.Int("argon2-threads"))
Expand Down

0 comments on commit ae68844

Please sign in to comment.