spack make-installer: deterministic choice order (#38706)
This commit is contained in:
		| @@ -49,9 +49,8 @@ def setup_parser(subparser): | ||||
|         "-g", | ||||
|         "--git-installer-verbosity", | ||||
|         default="", | ||||
|         choices=set(["SILENT", "VERYSILENT"]), | ||||
|         help="Level of verbosity provided by bundled Git Installer.\ | ||||
|              Default is fully verbose", | ||||
|         choices=["SILENT", "VERYSILENT"], | ||||
|         help="Level of verbosity provided by bundled Git Installer. Default is fully verbose", | ||||
|         required=False, | ||||
|         action="store", | ||||
|         dest="git_verbosity", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Adam J. Stewart
					Adam J. Stewart