Skip to content

Commit 3f78eaa

Browse files
committed
Corrected path variable.
1 parent c5a2fb5 commit 3f78eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DOT_FILES_DIR=~/.dotfiles
44

5-
if [ -e ~/.dotfiles ]
5+
if [ -e ${DOT_FILES_DIR} ]
66
then
77
echo "${DOT_FILES_DIR} already exists. Exiting."
88
exit 1

0 commit comments

Comments
 (0)