Skip to content

Commit

Permalink
[patch] Fix msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa Resul committed Jan 15, 2025
1 parent f601ee6 commit d0aaf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/mas/cli/install/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def configSLS(self) -> None:

description.insert(1, "Choose how to configure SLS:")
description.insert(2, " - New: Deploy a new instance on the cluster.")
description.insert(3, " - External: Point to an external instance outside of the cluster")
description.insert(3, " - External: Point to an external instance outside of the cluster.")

self.slsConfigOptions.append("New")
self.slsConfigOptions.append("External")
Expand Down

0 comments on commit d0aaf6b

Please sign in to comment.