瀏覽代碼

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)