]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix SC2034 in pre-push.git-hook
authorrl1987 <rl1987@sdf.lonestar.org>
Sun, 9 Jun 2019 15:21:14 +0000 (18:21 +0300)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Jun 2019 12:56:06 +0000 (08:56 -0400)
scripts/git/pre-push.git-hook

index c9e72a4d43e3932c544135b3dc19200b700a2893..e2a636e6d770d22f19e36e52bcb6b0d27481f5a0 100755 (executable)
@@ -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)