Skip to content

Commit

Permalink
Merge branch 'main' into 8123-custom-extractor-from-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Jan 26, 2024
2 parents 918cff2 + 14373d4 commit 7c6403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meltano/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def add_plugin( # noqa: C901
plugin_attrs = plugin_definition.canonical()

plugin_name = plugin_attrs.pop("name")
variant = plugin_attrs.pop("variant")
variant = plugin_attrs.pop("variant", variant)

try:
plugin = add_service.add(
Expand Down

0 comments on commit 7c6403f

Please sign in to comment.