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 08a12df..52319b6 100755
--- a/git-sonar
+++ b/git-sonar
@@ -261,7 +261,7 @@ color_changes_status() {
changes="$staged_changes$conflicted_changes$unstaged_changes$untracked_changes"
fi
- printf $PRINT_F_OPTION "${changes:1}"
+ printf $PRINT_F_OPTION "${changes#"$separator"}"
}
color_local_commits() {