Skip to content

Commit

Permalink
Add missing space in bash releaser
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuck@heptio.com>
  • Loading branch information
Chuck Ha committed May 18, 2018
1 parent 0e11c77 commit 6cf9cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function gcr_push() {

if [ ! -z "$TRAVIS_TAG" ]; then

if [ "$(./sonobuoy version)" != "$TRAVIS_TAG"]; then
if [ "$(./sonobuoy version)" != "$TRAVIS_TAG" ]; then
echo "sonobuoy version does not match tagged version!" >&2
echo "sonobuoy version is $(./sonobuoy version)" >&2
echo "tag is $TRAVIS_TAG" >&2
Expand Down

0 comments on commit 6cf9cbe

Please sign in to comment.