removed error
This commit is contained in:
parent
8c134c550f
commit
f009d6015e
@ -35,9 +35,9 @@ if($null -eq $User){
|
||||
}
|
||||
|
||||
if($PSBoundParameters.ContainsKey("Server")){
|
||||
$Group = . .\GetProjects.ps1 -Server $Server -ProjectName $ProjectName
|
||||
$Group = . .\GetProjects.ps1 -Server $Server
|
||||
} else {
|
||||
$Group = . .\GetProjects.ps1 -ProjectName $ProjectName
|
||||
$Group = . .\GetProjects.ps1
|
||||
}
|
||||
|
||||
if($null -eq $Group){
|
||||
|
Loading…
Reference in New Issue
Block a user