diff --git a/dandi/cli/cmd_move.py b/dandi/cli/cmd_move.py index b7bae6fb9..491905606 100644 --- a/dandi/cli/cmd_move.py +++ b/dandi/cli/cmd_move.py @@ -44,7 +44,7 @@ @devel_debug_option() @map_to_click_exceptions def move( - paths: tuple[str], + paths: tuple[str, ...], dandiset: str | None, dry_run: bool, existing: str,