Skip to content

Commit c114053

Browse files
committed
buge2
1 parent 8cfd375 commit c114053

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

creature fluff tagger.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ function Test-Fluff {
6363
Write-Output $true
6464
} elseif (
6565
$InputObject._copy -and
66-
-not $InputObject.$For -and
66+
-not (
67+
$InputObject.PSObject.Properties.Name -contains $For -and
68+
-not $InputObject.$For
69+
) -and
6770
$InputObject._copy.source -in $brew._meta.sources.json -and
6871
$InputObject._copy._mod.$For -ne "remove"
6972
) {

0 commit comments

Comments
 (0)