Refactor away 'default' and just call the default profile 'bird'
This commit is contained in:
4
generate
4
generate
@ -202,9 +202,9 @@ def main():
|
||||
parser.add_argument(
|
||||
"--overlay",
|
||||
dest="overlay",
|
||||
default="default",
|
||||
default="bird",
|
||||
type=str,
|
||||
help="""Type of lab setup (defined in config/common/generic.yaml 'overlays' dictionary, defaults to 'default')""",
|
||||
help="""Type of lab setup (defined in config/common/generic.yaml 'overlays' dictionary, defaults to 'bird')""",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-o",
|
||||
|
Reference in New Issue
Block a user