From 373f8b4371abb8e4366efe4421981d5727ecd923 Mon Sep 17 00:00:00 2001 From: Albert Date: Sat, 5 Sep 2015 08:14:04 +0500 Subject: Fix bug with the view of colored branch name in bash --- radar-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'radar-base.sh') diff --git a/radar-base.sh b/radar-base.sh index 25a4113..c793eab 100755 --- a/radar-base.sh +++ b/radar-base.sh @@ -182,7 +182,7 @@ branch_ref() { readable_branch_name() { if is_repo; then - printf '%s' "$COLOR_BRANCH$(branch_name || printf '%s' "detached@$(commit_short_sha)")$RESET_COLOR_BRANCH" + printf "$COLOR_BRANCH$(branch_name || printf '%s' "detached@$(commit_short_sha)")$RESET_COLOR_BRANCH" fi } -- cgit v1.2.3