Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jpomfret committed Feb 17, 2023
1 parent 836d5e7 commit 3935ac3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/internal/functions/Get-AllDatabaseInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ function Get-AllDatabaseInfo {

'ValidDatabaseOwner' {
$owner = $true
$dbOwner =
$ConfigValues | Add-Member -MemberType NoteProperty -Name 'validdbownername' -Value (Get-DbcConfigValue policy.validdbowner.name)
$ConfigValues | Add-Member -MemberType NoteProperty -Name 'validdbownerexclude' -Value (Get-DbcConfigValue policy.validdbowner.excludedb)
}
Expand Down

0 comments on commit 3935ac3

Please sign in to comment.