Fix potential typo
This commit is contained in:
parent
0d34e3d8bf
commit
333418e357
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class Context {
|
|||
$configName += "WithPlaceholders";
|
||||
}
|
||||
|
||||
Add-Content $this.GetNextcloudConfigFile() `
|
||||
Add-Content $($this.GetNextcloudConfigFile()) `
|
||||
-Value [string]::Join(
|
||||
"`n",
|
||||
@(
|
||||
|
|
Loading…
Reference in a new issue