Skip to content

Commit

Permalink
fix: fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ttionya committed May 11, 2024
1 parent 480f758 commit 7fc6116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function configure_gpg_pubkey() {
fi

gpg "${GPG_PUBKEY_FILE}" > /dev/null 2>&1
if [[ $? != 0]]; then
if [[ $? != 0 ]]; then
color red "validate GPG public key failed"
exit 1
fi
Expand Down

0 comments on commit 7fc6116

Please sign in to comment.