summary refs log tree commit diff stats
path: root/install.sh
diff options
context:
space:
mode:
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 2f5a279..066c5b2 100755
--- a/install.sh
+++ b/install.sh
@@ -30,6 +30,6 @@ for f in *; do
 
     # Create symlink if not ignored
 	if [[ $ignored == false ]]; then
-		stow $f
+		stow "$f"
 	fi
 done