Skip to content

Commit

Permalink
Get-DbaReplPublication - fix example (#9274)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiHo78 authored Mar 16, 2024
1 parent 60782fc commit f5d1ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/Get-DbaReplPublication.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -149,4 +149,4 @@ function Get-DbaReplPublication {
}
}
}
}
}

0 comments on commit f5d1ce6

Please sign in to comment.