From f5d1ce6c349ecdd09f3ef288ff1ea8e8631cc342 Mon Sep 17 00:00:00 2001 From: Dirk Hondong Date: Sat, 16 Mar 2024 09:59:47 +0100 Subject: [PATCH] Get-DbaReplPublication - fix example (#9274) --- public/Get-DbaReplPublication.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/Get-DbaReplPublication.ps1 b/public/Get-DbaReplPublication.ps1 index 434c444a62..517b89d06d 100644 --- a/public/Get-DbaReplPublication.ps1 +++ b/public/Get-DbaReplPublication.ps1 @@ -57,7 +57,7 @@ function Get-DbaReplPublication { Return all transactional publications on server sql2008. .EXAMPLE - PS C:\> Get-DbaReplPublication -SqlInstance mssql1 -Name Mergey + PS C:\> Get-DbaReplPublication -SqlInstance mssql1 -Name Merge Returns the Mergey publications on server mssql1 @@ -149,4 +149,4 @@ function Get-DbaReplPublication { } } } -} \ No newline at end of file +}