Skip to content

Commit

Permalink
Correction function call in Show-DbaDbList (#5495)
Browse files Browse the repository at this point in the history
* 0.9.722 changes

* Revert "0.9.722 changes"

This reverts commit 3fd2bd7.

* Fix call to nonexistent function
  • Loading branch information
alevyinroc authored and potatoqualitee committed May 8, 2019
1 parent a4278dd commit 458c0d0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 458c0d0

Please sign in to comment.