소스 검색

Fix SC2034 in pre-push.git-hook

rl1987 5 년 전
부모
커밋
e8da65ee91
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      scripts/git/pre-push.git-hook

+ 0 - 1
scripts/git/pre-push.git-hook

@@ -35,7 +35,6 @@ if [ -e scripts/maint/practracker/practracker.py ]; then
 fi
 
 remote="$1"
-remote_loc="$2"
 
 remote_name=$(git remote --verbose | grep "$2" | awk '{print $1}' | head -n 1)