You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: images/hull-integration/Installer.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1347,14 +1347,14 @@ Class Installer
1347
1347
if ([string]::IsNullOrWhitespace($entity.readConfigFromFile.key))
1348
1348
{
1349
1349
$this.WriteLog("**** No 'key' property provided, mapping full contents of '$($filePath)' to Config")
1350
-
$entity.config=$fileContent
1350
+
$entity.config=$fileContent
1351
1351
}
1352
1352
else
1353
1353
{
1354
1354
$this.WriteLog("**** Value '$($entity.readConfigFromFile.key)' provided for 'key' property, mapping content of key from JSON file '$($filePath)' to Config")
0 commit comments