Skip to content

Commit fdc0f81

Browse files
committed
Merge pull request #30 from ko4life-net/release/1.1.1
Release/1.1.1
2 parents 437af91 + 4dd0561 commit fdc0f81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

utils.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function ValidateServerNameInput {
3333
MessageError "Available sql named instances: [$($sql_instances -join ', ')]"
3434
$invoker_script_name = ($MyInvocation.PSCommandPath -split "\\")[-1]
3535
MessageError "Example: .\$invoker_script_name -server_name "".\$($sql_instances[-1])"""
36-
exit 1
3736
}
3837
return $false
3938
}

0 commit comments

Comments
 (0)