diff options
author | Ashlee Young <ashlee@wildernessvoice.com> | 2015-11-03 16:59:53 -0800 |
---|---|---|
committer | Ashlee Young <ashlee@wildernessvoice.com> | 2015-11-03 16:59:53 -0800 |
commit | a2adcebdb963f53b4a81e54b5d2a5b1151e37074 (patch) | |
tree | e7dd66a80f371d8d9b479a7db47ed7da0e8ec4a7 | |
parent | 3ef5a40cbccf95485fc586c1aa9acc23d1da598b (diff) |
Fixed broken if in 116
Change-Id: I2c821bf06eb720c8fe206421708ab010a6d0b94b
Signed-off-by: Ashlee Young <ashlee@wildernessvoice.com>
-rwxr-xr-x | update_OPNFV-mirror.sh | 2 |
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\" |