Fix a typo
This commit is contained in:
parent
1f9d2774dc
commit
13c48c5a3b
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class Context {
|
|||
$oldContent = Get-Content ($this.GetNextcloudConfigFile());
|
||||
|
||||
$(
|
||||
for ($i = 0; i -lt $oldContent.Count; $i++) {
|
||||
for ($i = 0; $i -lt $oldContent.Count; $i++) {
|
||||
if ($_ -eq "[Accounts]") {
|
||||
$accountSectionEntered = $true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue