From: Ashlee Young Date: Wed, 4 Nov 2015 00:59:53 +0000 (-0800) Subject: Fixed broken if in 116 X-Git-Tag: brahmaputra.1.0~59 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a2adcebdb963f53b4a81e54b5d2a5b1151e37074;p=onosfw.git Fixed broken if in 116 Change-Id: I2c821bf06eb720c8fe206421708ab010a6d0b94b Signed-off-by: Ashlee Young --- diff --git a/update_OPNFV-mirror.sh b/update_OPNFV-mirror.sh index 7081cde8..387bea6d 100755 --- a/update_OPNFV-mirror.sh +++ b/update_OPNFV-mirror.sh @@ -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\"