Skip to content

Commit b3aff21

Browse files
committed
Merge branch 'main' of github.com:EndCod3r/pc-optimizer into dev
2 parents 5601916 + 81d5b3a commit b3aff21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

optimize.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ if ($userinput -eq 'y' -or !$userinput) {
187187
for ($i = 0; $i -lt $tele.registry.name.Count; $i++) {
188188
Set-ItemProperty -Path $tele.registry.Path[$i] -Name $tele.registry.Name[$i] -Value $tele.registry.Value[$i] -Type $tele.registry.Type[$i]
189189
}
190-
}
190+
}

0 commit comments

Comments
 (0)