From c568d3d44f82d539750e87f5c0ad7e3fed88f6e9 Mon Sep 17 00:00:00 2001 From: CharlieC3 <2747302+CharlieC3@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:43:30 -0400 Subject: [PATCH] docs: update command --- src/pages/understand-stacks/local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/understand-stacks/local-development.md b/src/pages/understand-stacks/local-development.md index 625b0086..968a28a8 100644 --- a/src/pages/understand-stacks/local-development.md +++ b/src/pages/understand-stacks/local-development.md @@ -132,7 +132,7 @@ sudo chmod 755 $DESTINATION You can run the following at anytime to ensure the local images are up to date: ```bash -./manage.sh mocknet up +./manage.sh mocknet pull ``` ### Services Running in Mocknet