Code Review
/
onosfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3ef5a40
)
Fixed broken if in 116
17/3017/1
author
Ashlee Young
<ashlee@wildernessvoice.com>
Wed, 4 Nov 2015 00:59:53 +0000
(16:59 -0800)
committer
Ashlee 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
patch
|
blob
|
history
diff --git
a/update_OPNFV-mirror.sh
b/update_OPNFV-mirror.sh
index
7081cde
..
387bea6
100755
(executable)
--- 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\"