summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-05-14 21:59:14 +0200
committerTharre <tharre3@gmail.com>2017-05-14 21:59:14 +0200
commitec4d8bf5637b574ca5dbb865ee1f055bec10a74e (patch)
tree7411fdcb8edfd2958b4acf192dbb7c7b44402385 /install.sh
parentd4166d7fdea9455e50b5f1692780986ff9115f11 (diff)
downloaddotfiles-ec4d8bf5637b574ca5dbb865ee1f055bec10a74e.tar.gz
dotfiles-ec4d8bf5637b574ca5dbb865ee1f055bec10a74e.tar.xz
dotfiles-ec4d8bf5637b574ca5dbb865ee1f055bec10a74e.zip
Fix weird wording in install.sh
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index f7c0ef6..9922a43 100755
--- a/install.sh
+++ b/install.sh
@@ -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