Skip to content

Commit

Permalink
cli: use "_ALL_PROVIDERS" as for provider options (#4308)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <robert.day@canonical.com>
Co-authored-by: Callahan <callahan.kovacs@canonical.com>
  • Loading branch information
Robert P. J. Day and mr-cal authored Aug 11, 2023
1 parent f4721a9 commit 8758571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft_legacy/cli/_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def __repr__(self):
is_flag=True,
help="Enable plugins that are experimental and not considered stable.",
envvar="SNAPCRAFT_ENABLE_EXPERIMENTAL_PLUGINS",
supported_providers=["host", "lxd", "managed-host", "multipass"],
supported_providers=_ALL_PROVIDERS,
),
dict(
param_decls=["--enable-experimental-target-arch"],
Expand Down

0 comments on commit 8758571

Please sign in to comment.