diff --git a/scripts/publish/installers/install.ps1 b/scripts/publish/installers/install.ps1 index d426a0f2..ebef2a01 100755 --- a/scripts/publish/installers/install.ps1 +++ b/scripts/publish/installers/install.ps1 @@ -16,7 +16,7 @@ new-module -name "StsCliInstaller" -scriptblock { param ( [string]$StsUrl, # url of the StackState instance to configure (empty means don't configure) [string]$StsApiToken, # API-TOKEN of the StackState instance to configure (empty means don't configure) - [string]$StsCliVersion, # version of the CLI to install (empty means latest) + [string]$StsCliVersion # version of the CLI to install (empty means latest) ) # Stop on first error $ErrorActionPreference = "Stop"