diff options
Diffstat (limited to '')
| -rwxr-xr-x | radar-base.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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  } | 
