소스 검색

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"