summary refs log tree commit diff
path: root/link.sh
diff options
context:
space:
mode:
Diffstat (limited to 'link.sh')
-rwxr-xr-xlink.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/link.sh b/link.sh
index 0f149fd9..de7b2d5e 100755
--- a/link.sh
+++ b/link.sh
@@ -10,7 +10,7 @@ error() {
 }
 
 link() {
-  local source_path="$PWD/curtis/$1"
+  local source_path="$PWD/home/$1"
   local dest_path="$HOME/$1"
 
   [ -h "$dest_path" ] && return