Fix incorrect command for app storage status

This commit is contained in:
asokoloski-m
2022-06-08 09:08:31 -05:00
committed by GitHub
parent 044027e31b
commit 4fc23a8ffb

View File

@@ -62,7 +62,7 @@ dokku builder-dockerfile:set --global dockerfile-path
You can get a report about the app's storage status using the `builder-dockerfile:report` command:
```shell
dokku app-json:report
dokku builder-dockerfile:report
```
```