summary refs log tree commit diff
path: root/import.sh
diff options
context:
space:
mode:
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 fea18439..e97ede7f 100755
--- a/import.sh
+++ b/import.sh
@@ -20,4 +20,4 @@ dest_path="$PWD/curtis/$1"
 mkdir -p "$(dirname "$dest_path")"
 mv "$source_path" "$dest_path"
 ln -s "$dest_path" "$source_path"
-echo "link '$1'" >> install.sh
+echo "link '$1'" >> link.sh