From 97d8cf9b17d05330bc1646002cd9b226fac3b2de Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 21 Jul 2021 08:36:36 -0400 Subject: [PATCH] fix sandbox start command in the cookbook Signed-off-by: Pianist038801 --- cookbook/docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/docs/index.rst b/cookbook/docs/index.rst index d94993a00..b7889576f 100644 --- a/cookbook/docs/index.rst +++ b/cookbook/docs/index.rst @@ -172,7 +172,7 @@ Steps .. prompt:: bash - flytectl sandbox start --sourcesPath ${PWD} + flytectl sandbox start --source ${PWD} .. tip:: In case make start throws any error please refer to the troubleshooting guide here `Troubleshoot `_