From 31f561a99135e786c52346936ab6a5481fefde9c Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Mon, 30 Jan 2017 20:51:25 -0500 Subject: [PATCH] Fix Shellcheck error --- uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index ca7b83a..107cdf0 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -3,5 +3,5 @@ # Remove line from bashrc and zshrc if present. for rc in bashrc zshrc; do sed -i '/scm_breeze/d' "$HOME/.$rc" - printf "== Removed SCM Breeze from '$HOME/.$rc'\n" + printf "Removed SCM Breeze from '$HOME/.$rc''%s\n" done