From 71f6ab28a7e2b72e12384ac7ca859fca2a04602d Mon Sep 17 00:00:00 2001 From: Steve Williams <90905675+stevewgr@users.noreply.github.com> Date: Wed, 22 May 2024 21:33:28 -0400 Subject: [PATCH 1/2] Remove accidental exit 1 statement. Unfortunately I missed that one while testing, which hides the error when running the script not via the terminal, rather via right click and run. --- utils.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/utils.ps1 b/utils.ps1 index bef073f..95dff6c 100644 --- a/utils.ps1 +++ b/utils.ps1 @@ -33,7 +33,6 @@ function ValidateServerNameInput { MessageError "Available sql named instances: [$($sql_instances -join ', ')]" $invoker_script_name = ($MyInvocation.PSCommandPath -split "\\")[-1] MessageError "Example: .\$invoker_script_name -server_name "".\$($sql_instances[-1])""" - exit 1 } return $false } From 4dd05615164f7c8889a38e9cea199e512a8e9585 Mon Sep 17 00:00:00 2001 From: Steve Williams <90905675+stevewgr@users.noreply.github.com> Date: Wed, 22 May 2024 21:34:58 -0400 Subject: [PATCH 2/2] Bump version from 1.1.0 to 1.1.1. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9084fa2..524cb55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.1.1