From 72251f966f060c46cb5edf58c51f0127f4f2f4e4 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 8 Nov 2022 00:28:27 -0700 Subject: [PATCH] fix typo --- stacks/mobymask/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/mobymask/README.md b/stacks/mobymask/README.md index 40ef9545..239e2e03 100644 --- a/stacks/mobymask/README.md +++ b/stacks/mobymask/README.md @@ -31,6 +31,6 @@ $ docker exec -i psql -U vdbm mobymask-watcher < config/w ``` Finally start the remaining containers: ``` -$ laconic-sh deploy-system --include watcher-mobymask +$ laconic-so deploy-system --include watcher-mobymask ``` Correct operation should be verified by following the instructions [here](https://github.com/cerc-io/mobymask-watcher/tree/main/mainnet-watcher-only#run), checking GraphQL queries return valid results in the watcher's [playground](http://127.0.0.1:3001/graphql). \ No newline at end of file