Skip to content

Commit

Permalink
internal/kokoro: fix typo in script (#510)
Browse files Browse the repository at this point in the history
Fixes: #509
  • Loading branch information
codyoss committed May 28, 2020
1 parent b1e0454 commit 0355226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/kokoro/synth/synth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pushd google-api-go-generator
make all
popd

if [[ -z "$(git status --porcelain)"]]; then
if [[ -z "$(git status --porcelain)" ]]; then
echo "No changes today; exiting."
exit 0;
fi
Expand All @@ -40,4 +40,3 @@ if [ "$should_create_pr" ]; then
echo "Creating PR."
go run ./sendpr -title "$commit_message"
fi

0 comments on commit 0355226

Please sign in to comment.