Skip to content

Commit

Permalink
added install verb
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiestephenkerr committed Mar 12, 2024
1 parent 9f1acee commit 2ce48e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Blaise/install_cma_packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function InstallPackageViaBlaiseCli{

try {
Write-Host "Installing the package $filePath into the serverpark $ServerParkName"
C:\BlaiseServices\BlaiseCli\blaise.cli -s $ServerParkName -q $InstrumentName -f $filePath
C:\BlaiseServices\BlaiseCli\blaise.cli questionnaireinstall -s $ServerParkName -q $InstrumentName -f $filePath

}
catch {
Expand Down

0 comments on commit 2ce48e1

Please sign in to comment.