Skip to content

Commit

Permalink
[patch] Fix default value for --manage-components (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
durera authored Jun 28, 2024
1 parent f93fb62 commit 8c4da94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/mas/cli/install/argParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def isValidFile(parser, arg) -> str:
dest="mas_appws_components",
required=False,
help="",
default="base=latest;health=latest"
default="base=latest,health=latest"
)

manageArgGroup.add_argument(
Expand Down

0 comments on commit 8c4da94

Please sign in to comment.