Skip to content

Commit 96b27a1

Browse files
committed
Prevent install.sh color from leaking onto next line after installation
1 parent 87224fd commit 96b27a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install() {
1919

2020
version=($(gg -V))
2121

22-
printf "\e[32m[✔] Successfully installed Git Goodies v${version}\e[32m!\n"
22+
printf "\e[32m[✔] Successfully installed Git Goodies v${version}\e[32m!\e[0m\n"
2323
}
2424

2525
install

0 commit comments

Comments
 (0)