summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgit-sonar2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-sonar b/git-sonar
index 172529c..0cd53be 100755
--- a/git-sonar
+++ b/git-sonar
@@ -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"