From 7f0fadf00b2d84dcdcc52301352d05d2a468ad94 Mon Sep 17 00:00:00 2001 From: sandrews Date: Mon, 15 Sep 2025 13:09:34 -0400 Subject: [PATCH] Remove unnecessary closing brace from Update-Scripts function in installation scripts --- 1_Install.ps1 | 1 - 2_ConfigUpdate.ps1 | 1 - 2 files changed, 2 deletions(-) diff --git a/1_Install.ps1 b/1_Install.ps1 index 2b6634f..dc76a4b 100644 --- a/1_Install.ps1 +++ b/1_Install.ps1 @@ -116,7 +116,6 @@ function Update-Scripts { return $false # Update failed } } -} # Call the update function at the beginning $scriptUpdated = Update-Scripts diff --git a/2_ConfigUpdate.ps1 b/2_ConfigUpdate.ps1 index 3e75143..205c32b 100644 --- a/2_ConfigUpdate.ps1 +++ b/2_ConfigUpdate.ps1 @@ -116,7 +116,6 @@ function Update-Scripts { return $false # Update failed } } -} # Call the update function at the beginning $scriptUpdated = Update-Scripts