Fix Shellcheck error

This commit is contained in:
chrisfinazzo
2017-01-30 20:51:25 -05:00
parent fc05821db6
commit 31f561a991

View File

@@ -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