Skip to content

Commit

Permalink
Set-DbaDbState, churn empty notes (#5345)
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod authored and potatoqualitee committed Apr 9, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4ddcee0 commit 17478cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Set-DbaDbState.ps1
Original file line number Diff line number Diff line change
@@ -458,7 +458,7 @@ function Set-DbaDbState {

}
if ($warn) {
$warn = $warn | Get-Unique
$warn = $warn | Where {$_} | Get-Unique
$warn = $warn -Join ';'
} else {
$warn = $null

0 comments on commit 17478cd

Please sign in to comment.