From a87240853d2e7ae18f95958a11f47f82b012119a Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Sun, 2 Jan 2022 02:10:46 +0100 Subject: [PATCH] Remove another "local" --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index b102119..5616402 100755 --- a/deploy.sh +++ b/deploy.sh @@ -21,7 +21,7 @@ else branch=master fi -local currentbranch="$(git branch --show-current)" +currentbranch="$(git branch --show-current)" # If we are not on target branch, switch and run again if test "$currentbranch" -ne "$branch"