Skip to content

Commit

Permalink
Avoid duplicates in error output.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Mar 4, 2024
1 parent 99c9d26 commit 4087bd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cycles="$(jval \
}
)
|
.edges | map(.from)
.edges | map(.from) | unique
')"

if [[ ${cycles} != '[]' ]]; then
Expand Down

0 comments on commit 4087bd2

Please sign in to comment.