Fix a typo

This commit is contained in:
Manuel Thalmann 2023-07-25 12:16:26 +02:00
parent 7f1260b0df
commit e5d77ec0da

View file

@ -284,7 +284,7 @@ class Context {
$oldContent = Get-Content ($this.GetNextcloudConfigFile()); $oldContent = Get-Content ($this.GetNextcloudConfigFile());
$( $(
for ($i = 0; i -lt $oldContent.Count; $i++) { for ($i = 0; $i -lt $oldContent.Count; $i++) {
if ($_ -eq "[Accounts]") { if ($_ -eq "[Accounts]") {
$accountSectionEntered = $true; $accountSectionEntered = $true;
} }