Skip to content

Commit

Permalink
_options.py: use "_ALL_PROVIDERS" as the shorter form for all providers
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <robert.day@canonical.com>
  • Loading branch information
Robert P. J. Day committed Aug 7, 2023
1 parent 91a18b3 commit 15f9ebc
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 15f9ebc

Please sign in to comment.