Skip to content

Commit defe7aa

Browse files
fix: Updated OBJ plugin default cluster configurataion to be required (#699)
1 parent bc337be commit defe7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linodecli/plugins/obj/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def _configure_plugin(client: CLI):
553553

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

559559
if cluster:

0 commit comments

Comments
 (0)