Skip to content

Commit

Permalink
fixed cheatsheet for docker/volume-exists?
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Sep 1, 2023
1 parent a614654 commit 632313e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public DocSection section() {
volume.addItem(diBuilder.getDocItem("docker/volume-list", false));
volume.addItem(diBuilder.getDocItem("docker/volume-create", false));
volume.addItem(diBuilder.getDocItem("docker/volume-rm", false));
volume.addItem(diBuilder.getDocItem("docker/volume-exist?", false));
volume.addItem(diBuilder.getDocItem("docker/volume-exists?", false));

final DocSection utils = new DocSection("Utils", id());
all.addSection(utils);
Expand Down

0 comments on commit 632313e

Please sign in to comment.