Skip to content

Commit

Permalink
fix: verify runs with blank text
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell authored and oknozor committed May 15, 2024
1 parent f6b07ad commit 5ae1660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LATEST_TAG_ONLY="${2}"
RELEASE="${3}"
GIT_USER="${4}"
GIT_USER_EMAIL="${5}"
VERIFY="${7}"
VERIFY="${6}"

echo "Setting git user : ${GIT_USER}"
git config --global user.name "${GIT_USER}"
Expand Down

0 comments on commit 5ae1660

Please sign in to comment.