Add missing arg value in multi-app-template.md

Signed-off-by: Stuart Leeks <stuartle@microsoft.com>
This commit is contained in:
Stuart Leeks 2023-11-03 13:38:12 +00:00
parent 8adc5076b2
commit 976beeed4d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Stop the multi-app run template anytime with either of the following commands:
```cmd
# the template file needs to be called `dapr.yaml` by default if a directory path is given
dapr stop -f
dapr stop -f <dir_path>
```
or: