Skip to content

Commit

Permalink
fix: Fixing condition for iterating over kind
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed May 23, 2021
1 parent bfa67b8 commit c450db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ SELECT
FROM
ketchup.repository
WHERE
kind = ALL($1)
kind = ANY($1)
`

const listByKindRestartQuery = `
Expand Down

0 comments on commit c450db1

Please sign in to comment.