From e08e024226086df183dccf15647903670f4e0914 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 6 Sep 2017 13:06:36 -0400 Subject: Rename curtis -> home Why the heck did I do this? --- import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import.sh') 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" -- cgit 1.4.1