This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch deleteme-minor1 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 0e9f02445ca666920156cf56d9d8cbd8b906e0f4 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Thu Dec 7 11:27:39 2023 +0100 Update cloudstack-help-text --- scripts/installer/cloudstack-help-text | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer/cloudstack-help-text b/scripts/installer/cloudstack-help-text index 75327cf3f5b..05a2511162b 100755 --- a/scripts/installer/cloudstack-help-text +++ b/scripts/installer/cloudstack-help-text @@ -21,13 +21,13 @@ ACL_MINOR_VERSION=$(echo $ACS_VERSION | cut -d'-' -f1) case $1 in management) - PACKAGE="Managment Server" + PACKAGE="Management Server" ;; usage) PACKAGE="Usage Server" ;; agent) - PACKAGE="Agent" + PACKAGE="CloudStack Agent" ;; esac