Skip to content

Commit 0e176a4

Browse files
committedMay 12, 2017
Fixed stuff
1 parent 1e78a8f commit 0e176a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎SQL/SqlUpdater/SqlUpdater.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ function Install-SqlServerServicePack
192192
(
193193
[Parameter(Mandatory)]
194194
[ValidateNotNullOrEmpty()]
195-
[ValidatePattern('^([\w-]+\.){2}\w+$')]
196195
[string]$ComputerName,
197196

198197
[Parameter(Mandatory, ParameterSetName = 'Number')]

0 commit comments

Comments
 (0)
Please sign in to comment.