aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index eb5819e7..703f2f15 100755
--- a/install
+++ b/install
@@ -3,7 +3,7 @@
# Define dotfiles directory and check it exists
dotfiles="$HOME/.dotfiles"
if [[ ! -n "$dotfiles" ]]; then
- echo "Could not find ${dotfiles}!" >&2
+ echo "Could not find $dotfiles!" >&2
exit 1
fi