From 6c08d333a74aacd1fa9d14de9abab38ede4a8e88 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Wed, 4 Aug 2021 19:19:27 -0400 Subject: Properly Reset Colors After Stash Status If a custom color is used for the stash icon, git-sonar needs to reset the color after the icon. It was using the wrong variable for this reset. Signed-off-by: dusoleil Signed-off-by: Malfurious --- git-sonar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-sonar b/git-sonar index 1b9ee03..512b3c7 100755 --- a/git-sonar +++ b/git-sonar @@ -70,7 +70,7 @@ prepare_colors() { RESET_COLOR_REMOTE="\x01${GIT_RADAR_COLOR_REMOTE_RESET:-"\\033[0m"}\x02" RESET_COLOR_CHANGES="\x01${GIT_RADAR_COLOR_CHANGES_RESET:-"\\033[0m"}\x02" RESET_COLOR_BRANCH="\x01${GIT_RADAR_COLOR_BRANCH_RESET:-"\\033[0m"}\x02" - RESET_COLOR_STASH="\x01${GIT_RADAR_COLOR_STASH:-"\\033[0m"}\x02" + RESET_COLOR_STASH="\x01${GIT_RADAR_COLOR_STASH_RESET:-"\\033[0m"}\x02" } -- cgit v1.2.3