diff options
| -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 f45669e..f4bbc13 100755 --- a/radar-base.sh +++ b/radar-base.sh @@ -539,7 +539,7 @@ stashed_status() {  stash_status() {    local number_stashes="$(stashed_status)"    if [ $number_stashes -gt 0 ]; then -    printf $PRINT_F_OPTION "$number_stashes${COLOR_STASH}≡$RESET_COLOR_STASH" +    printf $PRINT_F_OPTION "${number_stashes}${COLOR_STASH}≡${RESET_COLOR_STASH}"    fi  } | 
