Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed May 17, 2023
1 parent 18c5712 commit a07978e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.bash
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ "${DRAFT}" == "true" ]; then
BUF_ARGS=("--draft" "${GITHUB_REF_NAME}")
fi

if [ -n "${CREATE_VISIBILITY}"]; then
if [ -n "${CREATE_VISIBILITY}" ]; then
set +e
BUF_HELP_OUTPUT="$("${BUF_COMMAND}" push example --create --help 2>&1)" # need to verify this
set -e
Expand Down

0 comments on commit a07978e

Please sign in to comment.