Fix SC2034 in pre-push.git-hook

This commit is contained in:
rl1987
2019-06-09 18:21:14 +03:00
committed by Nick Mathewson
parent 19dbd431c5
commit e8da65ee91
-1
View File
@@ -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)