Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Sep 1, 2023
1 parent 71e42dd commit a2c0b1c
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 a2c0b1c

Please sign in to comment.