improvements from feedback

This commit is contained in:
stvnrlly
2022-10-28 12:48:22 -04:00
parent 9b32bb55ea
commit 64f8641013
2 changed files with 7 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ both with `pytest` and with trial runs.
To run a command on cloud.gov, use this format:
```
cf run-task CLOUD-GOV-SPACE --commmand "YOUR COMMAND HERE" --name YOUR-COMMAND
cf run-task CLOUD-GOV-APP --commmand "YOUR COMMAND HERE" --name YOUR-COMMAND
```
[Here's more documentation](https://docs.cloudfoundry.org/devguide/using-tasks.html) about Cloud Foundry tasks.