mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix SC2034 in pre-push.git-hook
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user