diff options
| -rwxr-xr-x | git-sonar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ color_local_commits() { elif [ "$local_behind" -gt 0 ]; then local_commits="$local_behind$red_behind_arrow" elif [ "$local_ahead" -gt 0 ]; then - local_commits="$local_ahead$green_ahead_arrow" + local_commits="$green_ahead_arrow$local_ahead" fi fi printf $PRINT_F_OPTION "$local_commits" |
