Fixed broken if in 116 17/3017/1
authorAshlee Young <ashlee@wildernessvoice.com>
Wed, 4 Nov 2015 00:59:53 +0000 (16:59 -0800)
committerAshlee Young <ashlee@wildernessvoice.com>
Wed, 4 Nov 2015 00:59:53 +0000 (16:59 -0800)
Change-Id: I2c821bf06eb720c8fe206421708ab010a6d0b94b
Signed-off-by: Ashlee Young <ashlee@wildernessvoice.com>
update_OPNFV-mirror.sh

index 7081cde..387bea6 100755 (executable)
@@ -108,7 +108,7 @@ syncRepos()
 
 checkinMirror()
 {
-       if ask "Would you like to push the repo changes to Github?"
+       if ask "Would you like to push the repo changes to Github?"; then
                cd $DEVROOT/$GITHUB_REPO
                git add --all .
                git commit -m \"Updating to Gerrit commit id $lastCommit\"