Browse Source

Change the release remote back to origin

Kevin Brown 10 năm trước cách đây
mục cha
commit
c13b284c74
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"