Explorar el Código

Change the release remote back to origin

Kevin Brown hace 10 años
padre
commit
c13b284c74
Se han modificado 1 ficheros con 1 adiciones y 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"