mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 19:14:27 +05:00
fix: ui not printing branch
This commit is contained in:
@@ -151,6 +151,8 @@ print_branch(){
|
|||||||
read_branch
|
read_branch
|
||||||
if [ "$GET_BRANCH" == "origin/master" ]; then
|
if [ "$GET_BRANCH" == "origin/master" ]; then
|
||||||
PRINT_BRANCH="$GET_BRANCH "
|
PRINT_BRANCH="$GET_BRANCH "
|
||||||
|
elif [ "$GET_BRANCH" == "origin" ]; then
|
||||||
|
PRINT_BRANCH="origin/master "
|
||||||
elif [ "$GET_BRANCH" == "master" ]; then
|
elif [ "$GET_BRANCH" == "master" ]; then
|
||||||
PRINT_BRANCH="origin/master "
|
PRINT_BRANCH="origin/master "
|
||||||
elif [ "$GET_BRANCH" == "dmbutyugin/scurve-shaping" ]; then
|
elif [ "$GET_BRANCH" == "dmbutyugin/scurve-shaping" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user