Skip to content

Commit

Permalink
fix: Updated OBJ plugin default cluster configurataion to be required (
Browse files Browse the repository at this point in the history
  • Loading branch information
ezilber-akamai authored Dec 18, 2024
1 parent bc337be commit defe7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linodecli/plugins/obj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def _configure_plugin(client: CLI):

cluster = _default_text_input( # pylint: disable=protected-access
"Default cluster for operations (e.g. `us-mia-1`)",
optional=True,
optional=False,
)

if cluster:
Expand Down

0 comments on commit defe7aa

Please sign in to comment.