diff options
author | Tharre <tharre3@gmail.com> | 2017-05-14 21:59:14 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-14 21:59:14 +0200 |
commit | ec4d8bf5637b574ca5dbb865ee1f055bec10a74e (patch) | |
tree | 7411fdcb8edfd2958b4acf192dbb7c7b44402385 /install.sh | |
parent | d4166d7fdea9455e50b5f1692780986ff9115f11 (diff) | |
download | dotfiles-ec4d8bf5637b574ca5dbb865ee1f055bec10a74e.tar.gz dotfiles-ec4d8bf5637b574ca5dbb865ee1f055bec10a74e.tar.xz dotfiles-ec4d8bf5637b574ca5dbb865ee1f055bec10a74e.zip |
Fix weird wording in install.sh
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,6 @@ else find "$canonical" -maxdepth 1 -mindepth 1 ! -name .gitignore \ -exec "$0" {} \; else - echo "Target file '$target' is not a symlink but exists, skipping" + echo "Target file '$target' exists, but is not a symlink. Skipping." fi fi |