Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiestephenkerr committed Mar 12, 2024
1 parent 7dca7df commit 64f1cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Blaise/install_cma_packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ try{
# Install other packages via Bliase CLI to configure the datbaases to be cloud based
$InstrumentPackageList = 'CMA_Attempts.bpkg', 'CMA_ContactInfo.bpkg', 'CMA_Launcher.bpkg', 'CMA_Logging.bpkg'
$InstrumentPackageList | ForEach-Object {
$InstrumentName =
$InstrumentName = $_.Substring(0, $_.LastIndexOf('.'))
InstallPackageViaBlaiseCli -ServerParkName $env:CmaServerParkName `
-InstrumentName $InstrumentName `
-InstrumentName $InstrumentName
-filePath $env:CmaInstrumentPath\$_
}

Expand Down

0 comments on commit 64f1cf4

Please sign in to comment.