Skip to content

Commit

Permalink
fix(docs): removed optional from collaborator create command as omitt…
Browse files Browse the repository at this point in the history
…ing it leads to an error when starting the collaborator for some templates

Signed-off-by: Pant, Akshay <[email protected]>
  • Loading branch information
theakshaypant committed Aug 26, 2024
1 parent 57809a6 commit 70fe34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/about/features_index/taskrunner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Importing the Workspace

.. code-block:: console
$ fx collaborator create -n {COL_LABEL} -d {DATA_PATH:optional}
$ fx collaborator create -n {COL_LABEL} -d {DATA_PATH}
$ fx collaborator generate-cert-request -n {COL_LABEL}
Expand Down

0 comments on commit 70fe34a

Please sign in to comment.