Skip to content

Commit

Permalink
Update install.ps1
Browse files Browse the repository at this point in the history
Removing extra comma which breaks the power shell script
  • Loading branch information
melnemr authored May 29, 2024
1 parent 4b3c54a commit b2d6333
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 b2d6333

Please sign in to comment.