Skip to content

Commit

Permalink
[patch] Update custom python-devops
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa Resul committed Jan 16, 2025
1 parent de8cecf commit 1ac32d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified image/cli/install/mas_devops.tar.gz
Binary file not shown.
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 @@ -265,7 +265,7 @@ def isValidDir(parser, arg) -> str:
slsArgGroup.add_argument(
"--sls-namespace",
required=False,
help="Set the namespace for the SLS install or point to an existing one",
help="Set namespace for new SLS install or point to existing instance",
default="ibm-sls"
)
slsArgGroup.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion python/src/mas/cli/install/summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def slsSummary(self) -> None:
self.printParamSummary("URL", "sls_url")
self.printParamSummary("RegistrationKey", "sls_registration_key")
self.printSummary("Certificates", self.slsCertsDirLocal)
self.printSummary("Connection verified", self.verifySLSConnection) # Needs to run in non-interactive too
self.printSummary("Connection verified", self.verifySLSConnection)
else:
self.printParamSummary("Namespace", "sls_namespace")
if self.getParam("sls_action") == "install":
Expand Down

0 comments on commit 1ac32d9

Please sign in to comment.