Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb committed Jan 19, 2024
1 parent 4442c29 commit bdfc1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A Hello World Cloud Foundry Example written with Python and the Flask Framework
* Open a shell and change into the `cf-HelloWorld` folder
* Login to Cloud Foundry: `cf login`
* Modify the application name in `manifest.yml` to be unique
* push the application to Cloud Foundry with: `cf push --strategy rolling --var GIT_SHA=(git rev-parse HEAD)`
* push the application to Cloud Foundry with: `cf push --strategy rolling --var GIT_SHA=$(git rev-parse HEAD)`

## Inject failure

Expand Down

0 comments on commit bdfc1ae

Please sign in to comment.