Skip to main content

Remember to quote the path to the latest download

ID
3bba865
date
2022-04-21 21:33:16+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
33642e5
message
Remember to quote the path to the latest download
changed files
1 file, 1 addition, 1 deletion

Changed files

ds (682) → ds (684)

diff --git a/ds b/ds
index b6d68eb..a9db805 100755
--- a/ds
+++ b/ds
@@ -19,6 +19,6 @@ set -o errexit
 set -o nounset
 
 docstore add \
-  $(latest_download) \
+  "$(latest_download)" \
   --source_url=$(~/.cargo/bin/safari url) \
   "$@"