Remove unnecessary closing brace from Update-Scripts function in installation scripts

This commit is contained in:
2025-09-15 13:09:34 -04:00
parent efb14e8527
commit 7f0fadf00b
2 changed files with 0 additions and 2 deletions

View File

@@ -116,7 +116,6 @@ function Update-Scripts {
return $false # Update failed return $false # Update failed
} }
} }
}
# Call the update function at the beginning # Call the update function at the beginning
$scriptUpdated = Update-Scripts $scriptUpdated = Update-Scripts

View File

@@ -116,7 +116,6 @@ function Update-Scripts {
return $false # Update failed return $false # Update failed
} }
} }
}
# Call the update function at the beginning # Call the update function at the beginning
$scriptUpdated = Update-Scripts $scriptUpdated = Update-Scripts