Skip to content

Commit

Permalink
fix(jekyll): fix container test
Browse files Browse the repository at this point in the history
Replace `plantuml -version`by `plantuml -version`.
  • Loading branch information
evantill committed Mar 23, 2023
1 parent ec536e5 commit 48761e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll/rootfs/srv/jekyll/container-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set -euo pipefail

jekyll --version

plantuml --version
plantuml -version

plantuml -testdot

0 comments on commit 48761e4

Please sign in to comment.