Skip to content

Commit c5da21a

Browse files
committed
fix diff
1 parent cc0cbe4 commit c5da21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aquasec/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func isResourceExist(response string) bool {
239239
if strings.Contains(response, "404") {
240240
return false
241241
} else {
242-
return false
242+
return true
243243
}
244244
}
245245

0 commit comments

Comments
 (0)