summary refs log tree commit diff
path: root/import.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 /import.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 'import.sh')
-rwxr-xr-ximport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/import.sh b/import.sh
index e97ede7f..d7c3b072 100755
--- a/import.sh
+++ b/import.sh
@@ -12,7 +12,7 @@ error() {
 [ -z "$1" ] && error 'no path'
 
 source_path="$HOME/$1"
-dest_path="$PWD/curtis/$1"
+dest_path="$PWD/home/$1"
 
 [ -f "$dest_path" ] && error "$dest_path already exists"
 [ -f "$source_path" ] || error "$source_path does not exist"