Skip to content

Commit

Permalink
Another -z/-n mix-up. (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Apr 30, 2018
1 parent b7890df commit c6ba671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/magic-modules/create-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ else
# PR, rather than create a new one.
git branch -f "$ORIGINAL_PR_BRANCH"

if [ -z "$TERRAFORM_REPO_USER" ]; then
if [ -n "$TERRAFORM_REPO_USER" ]; then
pushd build/terraform
git branch -f "$ORIGINAL_PR_BRANCH"
popd
Expand Down

0 comments on commit c6ba671

Please sign in to comment.