Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correction function call in Show-DbaDbList #5495

Merged
merged 9 commits into from
May 8, 2019
2 changes: 1 addition & 1 deletion functions/Show-DbaDbList.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function Show-DbaDbList {
}

process {
if (Test-FuntionInterrupt) { return }
if (Test-FunctionInterrupt) { return }

# Create XAML form in Visual Studio, ensuring the ListView looks chromeless
[xml]$xaml = "<Window
Expand Down