aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshlee Young <ashlee@wildernessvoice.com>2015-11-03 16:59:53 -0800
committerAshlee Young <ashlee@wildernessvoice.com>2015-11-03 16:59:53 -0800
commita2adcebdb963f53b4a81e54b5d2a5b1151e37074 (patch)
treee7dd66a80f371d8d9b479a7db47ed7da0e8ec4a7
parent3ef5a40cbccf95485fc586c1aa9acc23d1da598b (diff)
Fixed broken if in 116
Change-Id: I2c821bf06eb720c8fe206421708ab010a6d0b94b Signed-off-by: Ashlee Young <ashlee@wildernessvoice.com>
-rwxr-xr-xupdate_OPNFV-mirror.sh2
1 files changed, 1 insertions, 1 deletions
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\"