Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
amirmc committed Mar 16, 2014
1 parent 522320f commit 9351cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _mirage/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if [ "$DEPLOY" = "1" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
mkdir -p $XEN_DIR
cp ../$DEPLOY_IMAGE ../config.ml $XEN_DIR
bzip2 -9 $XEN_DIR/$DEPLOY_IMAGE
if [ -f ../$FAT_IMAGE ] then
if [ -f ../$FAT_IMAGE ]; then
cp ../$FAT_IMAGE $XEN_DIR
bzip2 -9 $XEN_DIR/$FAT_IMAGE
fi
Expand Down

0 comments on commit 9351cab

Please sign in to comment.