Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 19, 2024
1 parent 3cde75a commit 9024ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/minisign
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rescue OptionParser::InvalidOption
exit 1
end

if (options[:G] || options[:R] || options[:G] || options[:S]) && !defined? RbNaCl::Hash
if (options[:G] || options[:R] || options[:C] || options[:S]) && !defined? RbNaCl::Hash
warn 'Error: libsodium is not installed!'
exit 1
end
Expand Down

0 comments on commit 9024ef7

Please sign in to comment.