Remove unnecessary closing brace from Update-Scripts function in installation scripts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user