Explorar o código

Change the release remote back to origin

Kevin Brown %!s(int64=10) %!d(string=hai) anos
pai
achega
c13b284c74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      release.sh

+ 1 - 1
release.sh

@@ -20,7 +20,7 @@ branch="build-$ver"
 curbranch=`git branch | grep "*" | sed "s/* //"`
 timestamp=$(date)
 tokens="s/@@ver@@/$ver/g;s/\@@timestamp@@/$timestamp/g"
-remote="github"
+remote="origin"
 
 echo "Pulling from origin"