Skip to content

Commit

Permalink
Correctly exit when there are local edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotman42 committed Apr 27, 2016
1 parent c1c16d3 commit f4c2fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cloud_sql_proxy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ case $1 in
if [[ "$files" != "" ]]; then
echo >&2 "Can't build a release version with local edits; files:"
echo >&2 "$files"
#exit 1
exit 1
fi
if [[ "$2" == "" ]]; then
echo >&2 "Must provide a version number to use as the second parameter:"
Expand Down

0 comments on commit f4c2fc8

Please sign in to comment.