aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 660798f6..581b9e8e 100755
--- a/install
+++ b/install
@@ -4,7 +4,7 @@
dotfiles="$HOME/.dotfiles"
if [[ ! -n "$dotfiles" ]]
then
- echo "Could not find $dotfiles!" >&2
+ echo "Could not find ${dotfiles}!" >&2
exit 1
fi