summary refs log tree commit diff
path: root/link.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-06 13:06:36 -0400
committerJune McEnroe <programble@gmail.com>2017-09-06 13:07:36 -0400
commite08e024226086df183dccf15647903670f4e0914 (patch)
tree7966495a24a637797b5ef4b57b2a419ae8a7853e /link.sh
parentPass final NULL to execlp (diff)
downloadsrc-e08e024226086df183dccf15647903670f4e0914.tar.gz
src-e08e024226086df183dccf15647903670f4e0914.zip
Rename curtis -> home
Why the heck did I do this?
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