Skip to content

Commit

Permalink
Swap order of config and metadata options, refs #2194
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 21, 2023
1 parent 80a9cd9 commit b7cf020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,8 @@ def assert_permissions_checked(datasette, actions):
default="fixtures.db",
type=click.Path(file_okay=True, dir_okay=False),
)
@click.argument("metadata", required=False)
@click.argument("config", required=False)
@click.argument("metadata", required=False)
@click.argument(
"plugins_path", type=click.Path(file_okay=False, dir_okay=True), required=False
)
Expand Down

0 comments on commit b7cf020

Please sign in to comment.