Skip to content

Commit

Permalink
fix(git-release): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccaffery committed Feb 4, 2021
1 parent 280ba4b commit 506775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sh/scripts/git-release
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __am_prompt_git_release() {
RELEASE=$(curl -s "$@" "$RELEASE_URI" | grep tag_name | head -n 1 | sed 's#.*\:.*"\(.*\).*",#\1#')

if [ -n "${RELEASE:-}" ]; then
printf "%s" "$RELEASE"
printf "%s\n" "$RELEASE"
return 0
fi

Expand Down

0 comments on commit 506775e

Please sign in to comment.