Skip to content

Commit

Permalink
Update src/meltano/cli/select.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 30, 2024
1 parent 6921468 commit 6754b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meltano/cli/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def select(
project,
extractor,
show_all=flags["all"],
refresh=flags["catalog-refresh"],
refresh=flags["catalog_refresh"],
)
else:
update(
Expand Down

0 comments on commit 6754b22

Please sign in to comment.