Skip to content

Commit b1d9ae3

Browse files
authored
docs(datasets): Fix code snippet (#6692)
1 parent 5d3bbe5 commit b1d9ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasets/docs/source/how-to-generate-demo-data-for-deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ key may be used.
8787
flower-supernode \
8888
--insecure \
8989
--superlink <SUPERLINK-FLEET-API> \
90-
--node-config="data-path=/path/to/demo_data/partition_0"
90+
--node-config="data-path='/path/to/demo_data/partition_0'"
9191
9292
9393
Loading the Dataset in Your ClientApp

0 commit comments

Comments
 (0)