Skip to content

Commit

Permalink
tested docker/volume-exists?
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Sep 1, 2023
1 parent 5a5a81e commit 71e42dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/com/github/jlangch/venice/docker.venice
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
volume-exists? [name]

(->> (docker/volume-list ":format" ":json")
(filter #(if (== name (get % name))))
(filter #(if (== name) (get % name)))
(count)
(pos?)))

Expand Down

0 comments on commit 71e42dd

Please sign in to comment.