fix this path interpolation
- ID
b2ccd76- date
2022-09-26 17:49:47+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
e6cba77- message
fix this path interpolation- changed files
1 file, 1 addition, 1 deletion
Changed files
fun (296) → fun (294)
diff --git a/fun b/fun
index 838ddc3..12af596 100755
--- a/fun
+++ b/fun
@@ -5,4 +5,4 @@
# running `fun nameofdocument.pdf` will move it to the appropriate folder
# for the current year.
-_file_by_year "~/Documents/fun" "$@"
\ No newline at end of file
+_file_by_year ~/Documents/fun "$@"
\ No newline at end of file