projects
/
wrapfs-mgmt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1061729
)
fix
author
ezk
<ezk>
Mon, 4 Feb 2019 22:12:33 +0000
(22:12 +0000)
committer
ezk
<ezk>
Mon, 4 Feb 2019 22:12:33 +0000
(22:12 +0000)
fix-remotes.sh
patch
|
blob
|
history
diff --git
a/fix-remotes.sh
b/fix-remotes.sh
index 5a65dd17d10aa9a9ac49434ca7182c3c0492ce16..72d6c45879d6eddcc5de26bcc130fa154b5edf0a 100755
(executable)
--- a/
fix-remotes.sh
+++ b/
fix-remotes.sh
@@
-64,7
+64,7
@@
THIS_ORIGIN_URL=`git remote get-url origin 2>/dev/null`
# expected origin URL
case "$THIS_REPO" in
latest ) EXPECTED_ORIGIN_URL="$FSL_GIT/wrapfs-${THIS_REPO}.git" ;;
- * ) EXPECTED_ORIGIN_URL="$FSL_GIT/wrapfs-${THIS_REPO}.git" ;;
+ * ) EXPECTED_ORIGIN_URL="$FSL_GIT/wrapfs-${THIS_REPO}.
y.
git" ;;
esac
#echo EXPECTED_ORIGIN_URL=$EXPECTED_ORIGIN_URL