summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin')
-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