Skip to content

Commit

Permalink
plings
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Oct 28, 2024
1 parent 2e6e5e0 commit 3d185ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Actions/Deploy/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ function InstallOrUpgradeApps {
[string] $installMode
)

$schemaSyncMode = "Add"
$schemaSyncMode = 'Add'
if ($installMode -eq 'ForceUpgrade') {
$schemaSyncMode = "Force"
$schemaSyncMode = 'Force'
$installMode = 'upgrade'
}
$tempPath = Join-Path ([System.IO.Path]::GetTempPath()) ([GUID]::NewGuid().ToString())
Expand Down

0 comments on commit 3d185ae

Please sign in to comment.