Skip to content

Commit

Permalink
fix(plugins/git): unset bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jun 24, 2024
1 parent 5442293 commit db7fc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ cleanup() {
log_verbose "Git GPG config cleanup"
elif [ -z "${SSH_NO_SIGN-}" ] && [ -n "${SSH_PRIVATE_KEY-}" ] && [ -n "${SSH_PUBLIC_KEY-}" ]; then
git config --local --unset commit.gpgsign true
git config --local --unset user.signingkey "${SSH_PUBLIC_KEY}"
git config --local --unset user.signingkey "${SSH_PUBLIC_KEY_FILE}"
git config --local --unset tag.forceSignAnnotated true
git config --local --unset gpg.format ssh

Expand Down

0 comments on commit db7fc77

Please sign in to comment.