mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-08 17:05:45 +02:00
Update models/actions/task.go
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
parent
730af9be50
commit
22496aa57e
@ -496,7 +496,7 @@ func isSubset(set, subset []string) bool {
|
||||
}
|
||||
|
||||
for _, v := range subset {
|
||||
if m.Contains(v) {
|
||||
if !m.Contains(v) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user