From bdfc1ae895c9cdb566685572549f5ba8b6f150cd Mon Sep 17 00:00:00 2001 From: Christopher Banck Date: Fri, 19 Jan 2024 17:12:45 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be18f6a..66bb9b9 100644 --- a/README.md +++ b/README.md @@ -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