Skip to content

Commit

Permalink
chore: fix path in dot command in state-diagram.dot comment (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt authored Sep 14, 2023
1 parent 6134298 commit b1da4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/overlord/servstate/state-diagram.dot
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create SVG with the following graphviz command:
#
# dot -Tsvg internal/overlord/servstate/state-diagram.dot -o ./internal/overlord/servstate/state-diagram.svg
# dot -Tsvg internals/overlord/servstate/state-diagram.dot -o ./internals/overlord/servstate/state-diagram.svg

digraph service_state_machine {
node [penwidth=3 shape=box fontsize=24] initial
Expand Down

0 comments on commit b1da4dd

Please sign in to comment.