Skip to content

Commit

Permalink
enh: add -OpAmpApi option to Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
fguimond committed May 1, 2024
1 parent 9dfccb7 commit 214cd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-script/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ try {
}
if ($RemotelyManaged -eq $true) {
$msiAddLocal += "REMOTELYMANAGED"
if ($OpAmpBackend.Length -gt 0) {
if ($OpAmpApi.Length -gt 0) {
$msiProperties += "OPAMPAPI=`"${OpAmpApi}`""
}
}
Expand Down

0 comments on commit 214cd42

Please sign in to comment.