Skip to content

Commit

Permalink
fix(plugins/git): exit 5 error code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Feb 21, 2024
1 parent 6b53d92 commit 8156d6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ cleanup() {
log_verbose "Git GPG config cleanup"
fi

git config --unset credential.helper
rm -rf "$TMP_GIT_CONFIG_FILE"
log_verbose "Git config cleanup"
}
Expand Down

0 comments on commit 8156d6b

Please sign in to comment.