Skip to content

Commit

Permalink
docker/volume-exists? ready
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Sep 1, 2023
1 parent a2c0b1c commit 51c0ae2
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 #(== name (get % "Name")))
(count)
(pos?)))

Expand Down

0 comments on commit 51c0ae2

Please sign in to comment.