Skip to content

Commit

Permalink
chore: update sign_update.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed May 5, 2024
1 parent 5c64ad6 commit 41f8527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/sign/sign_update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
exit
end

puts `openssl dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -dss1 -sign "#{ARGV[1]}" | openssl enc -base64`
puts `openssl dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -sha1 -sign "#{ARGV[1]}" | openssl enc -base64`

0 comments on commit 41f8527

Please sign in to comment.