vagrant: Fix example path in motd

This commit is contained in:
phaer
2018-05-16 20:11:45 +02:00
parent 968c609697
commit e538aacf9d

View File

@@ -9,6 +9,6 @@ To get started, try:
$ cdmgmt $ cdmgmt
$ make clean build $ make clean build
$ ./mgmt run --tmp-prefix --yaml examples/exec1.yaml --converged-timeout 5 $ ./mgmt run --tmp-prefix --yaml examples/yaml/exec1.yaml --converged-timeout 5
Enjoy! Enjoy!