Skip to content

Commit 8cfd375

Browse files
committed
buge
1 parent 351c2f8 commit 8cfd375

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Spappz
3+
Copyright (c) 2022-2023 Spappz
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

creature fluff tagger.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function Test-Fluff {
6363
Write-Output $true
6464
} elseif (
6565
$InputObject._copy -and
66-
$InputObject.$For -ne $null -and
66+
-not $InputObject.$For -and
6767
$InputObject._copy.source -in $brew._meta.sources.json -and
6868
$InputObject._copy._mod.$For -ne "remove"
6969
) {

0 commit comments

Comments
 (0)