瀏覽代碼

Change the release remote back to origin

Kevin Brown 10 年之前
父節點
當前提交
c13b284c74
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"