Skip to content

Commit 5a29143

Browse files
committed
update
1 parent 18e1223 commit 5a29143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edk2toolext/invocables/edk2_ci_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def RetrieveCommandLineOptions(self, args: argparse.Namespace) -> None:
119119
"""Retrieve command line options from the argparser."""
120120
self.disable_plugins = args.disable
121121
self.fail_fast = args.fail_fast
122-
self.list_plugins = args.list
122+
self.list_plugins = args.plugin_list
123123
super().RetrieveCommandLineOptions(args)
124124

125125
def GetSettingsClass(self) -> type:

0 commit comments

Comments
 (0)