Fix small error in daemon child process diagram

This commit is contained in:
Brian Picciano 2022-10-16 16:52:07 +02:00
parent bdd0259280
commit bf0f29f8b6
2 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@ state AppDir {
}
state "./bin/garage -c $_RUNTIME_DIR_PATH/garage-N.toml server" as garage
state "./bin/cryptic-net-main garage-apply-layout-diff" as garageApplyLayoutDiff {
state "./bin/garage-apply-layout-diff" as garageApplyLayoutDiff {
garageApplyLayoutDiff : * Runs once then exits
garageApplyLayoutDiff : * Updates cluster topo
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB