From 5b4a4d25530be03d22e511d4019975e5d1793d77 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 15 Jul 2021 13:04:58 +0200 Subject: [PATCH] Remove useless variable --- functions/update_peertube.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/update_peertube.fish b/functions/update_peertube.fish index 5c5e8d8..6a8c340 100644 --- a/functions/update_peertube.fish +++ b/functions/update_peertube.fish @@ -1,6 +1,4 @@ function update_peertube - set -g PWD (pwd) - set -g PEERTUBE_USER "$argv[1]" if test -z PEERTUBE_USER echo_error "Missing argument 1: PEERTUBE_USER" \n