Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: remove redirect to stderr
  • Loading branch information
jdomeracki-coder committed Jul 8, 2025
commit d47b7d3905ba4528a3d3a57c96d838899445a6ad
2 changes: 1 addition & 1 deletion scripts/sign_with_gpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ fi
if [[ $verification_result -eq 0 ]]; then
echo "${FILE_TO_SIGN}.asc"
else
error "Signature verification failed!" >&2
error "Signature verification failed!"
fi
Loading