fix: ui not printing branch

This commit is contained in:
th33xitus
2020-08-22 09:09:28 +02:00
parent 60dc9d623e
commit 7dda59649b

View File

@@ -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