summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/seedy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/seedy b/.local/bin/seedy
index 655c615..eba583b 100755
--- a/.local/bin/seedy
+++ b/.local/bin/seedy
@@ -9,4 +9,4 @@ fi
selection="$(rclone lsf "$remote" | fzf)"
printf "Copying %s to %s...\n" "$selection" "$destination"
-rclone copyto "$remote""$selection" "$destination" --verbose
+rclone copy "$remote""$selection" "$destination" --verbose
>breadcat2021-10-18 19:58:06 +0100 committerbreadcat2021-10-18 19:58:06 +0100 commit97e462358b3aa5c79b3c7b3c44d786813a6abfe9 (patch) tree84a9090f9133f0f620fc70cfa2a708964a83bf76 /themes/Brine/layouts/_default/list.html parentec20ed63fb3384e3777538792b8f0ae2df05e096 (diff)downloadblog.minskio.co.uk-97e462358b3aa5c79b3c7b3c44d786813a6abfe9.tar.gz
blog.minskio.co.uk-97e462358b3aa5c79b3c7b3c44d786813a6abfe9.tar.bz2
blog.minskio.co.uk-97e462358b3aa5c79b3c7b3c44d786813a6abfe9.zip
Merge reading list and series pages
Diffstat (limited to 'themes/Brine/layouts/_default/list.html')