Skip to content

Commit

Permalink
test different file name split method
Browse files Browse the repository at this point in the history
  • Loading branch information
Riceyo committed Mar 21, 2024
1 parent 615d6f0 commit 55723d2
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 @@ -120,7 +120,7 @@ function InstallPackageViaBlaiseCli{

try {
Write-Host "Installing the package $filePath into the serverpark $ServerParkName via the CLI"
$InstrumentName = $_.Substring(0, $_.LastIndexOf('.'))
$InstrumentName = Split-Path -LeafBase $filePath
C:\BlaiseServices\BlaiseCli\blaise.cli questionnaireinstall -s $ServerParkName -q $InstrumentName -f $filePath

}
Expand Down

0 comments on commit 55723d2

Please sign in to comment.