Skip to content

Commit

Permalink
Merge pull request #230 from chrisfinazzo/shellcheck
Browse files Browse the repository at this point in the history
Fix Shellcheck error
  • Loading branch information
ghthor committed Jan 31, 2017
2 parents 8c21b3d + e95b9a3 commit 86e1a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 %s\n" "$HOME/.$rc"
done

0 comments on commit 86e1a50

Please sign in to comment.