Skip to content

Commit

Permalink
Merge pull request #83 from StackVista/melnemr-patch-1
Browse files Browse the repository at this point in the history
Update install.ps1
  • Loading branch information
melnemr authored May 29, 2024
2 parents 4b3c54a + b2d6333 commit 4852b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish/installers/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4852b0e

Please sign in to comment.