From a2adcebdb963f53b4a81e54b5d2a5b1151e37074 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Tue, 3 Nov 2015 16:59:53 -0800 Subject: [PATCH] Fixed broken if in 116 Change-Id: I2c821bf06eb720c8fe206421708ab010a6d0b94b Signed-off-by: Ashlee Young --- update_OPNFV-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\" -- 2.16.6