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