Try fixing the Add-Content command

This commit is contained in:
Manuel Thalmann 2023-07-03 00:15:11 +02:00
parent 333418e357
commit b37430fa2b

View file

@ -244,7 +244,7 @@ class Context {
$configName += "WithPlaceholders"; $configName += "WithPlaceholders";
} }
Add-Content $($this.GetNextcloudConfigFile()) ` Add-Content -Path $($this.GetNextcloudConfigFile()) `
-Value [string]::Join( -Value [string]::Join(
"`n", "`n",
@( @(