X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tools%2Finitial.sh;h=446b98bdaf6945f0bbd2eff32338684312a6d984;hb=b61e454869c988e7fafc1c16982ccfec04415b51;hp=9580c9a9c481efdaf0e90e40bd744bbd81dc26bd;hpb=a21affa42906f55311ec047782a427fcbcb98994;p=openocd.git diff --git a/tools/initial.sh b/tools/initial.sh index 9580c9a9c4..446b98bdaf 100755 --- a/tools/initial.sh +++ b/tools/initial.sh @@ -12,7 +12,7 @@ add_remote() remote_exist=`grep remote .git/config | grep review | wc -l` if [ "x$remote_exist" = "x0" ] ; then git remote add review ssh://$USERNAME@openocd.zylin.com:29418/openocd.git - git config remote.review.push HEAD:refs/publish/master + git config remote.review.push HEAD:refs/for/master else echo "Remote review exists" fi