Skip to content

Commit

Permalink
added period and capitalized first word in comment
Browse files Browse the repository at this point in the history
added period and capitalized first word in comment
  • Loading branch information
umeshksingla committed Mar 8, 2016
1 parent ed99589 commit e358002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ ! -f "$GOOGLE_APP_ENGINE_HOME/appcfg.py" ]; then
mkdir -p $GOOGLE_APP_ENGINE_HOME
curl --silent https://storage.googleapis.com/appengine-sdks/deprecated/1919/google_appengine_1.9.19.zip -o gae-download.zip
# $? contains the (exit) status code of previous command.
# if curl was successful, $? will be 0 else non-zero
# If curl was successful, $? will be 0 else non-zero.
if [ 0 -eq $? ]; then
echo "Download complete. Installing Google App Engine..."
else
Expand Down

0 comments on commit e358002

Please sign in to comment.