From 7dda59649b47c50916b0711e71855f162b3c7b0f Mon Sep 17 00:00:00 2001 From: th33xitus <> Date: Sat, 22 Aug 2020 09:09:28 +0200 Subject: [PATCH] fix: ui not printing branch --- scripts/status.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/status.sh b/scripts/status.sh index f454f89..c27d35d 100755 --- a/scripts/status.sh +++ b/scripts/status.sh @@ -151,6 +151,8 @@ print_branch(){ read_branch if [ "$GET_BRANCH" == "origin/master" ]; then PRINT_BRANCH="$GET_BRANCH " + elif [ "$GET_BRANCH" == "origin" ]; then + PRINT_BRANCH="origin/master " elif [ "$GET_BRANCH" == "master" ]; then PRINT_BRANCH="origin/master " elif [ "$GET_BRANCH" == "dmbutyugin/scurve-shaping" ]; then