From 458c0d095b60d0337fbf550725e1d6217e8b7648 Mon Sep 17 00:00:00 2001 From: Andy Levy Date: Wed, 8 May 2019 09:59:08 -0400 Subject: [PATCH] Correction function call in Show-DbaDbList (#5495) * 0.9.722 changes * Revert "0.9.722 changes" This reverts commit 3fd2bd7104d4b36e684cbe0f7db67091b1c9ead9. * Fix call to nonexistent function --- functions/Show-DbaDbList.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/Show-DbaDbList.ps1 b/functions/Show-DbaDbList.ps1 index bde4d3123c..21033c8185 100644 --- a/functions/Show-DbaDbList.ps1 +++ b/functions/Show-DbaDbList.ps1 @@ -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 = "