Explorar o código

Fix SC2034 in pre-push.git-hook

rl1987 %!s(int64=5) %!d(string=hai) anos
pai
achega
e8da65ee91
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)