diff --git a/spring-credhub-demo/README.adoc b/spring-credhub-demo/README.adoc index acbc58f..61ce0dd 100644 --- a/spring-credhub-demo/README.adoc +++ b/spring-credhub-demo/README.adoc @@ -3,7 +3,7 @@ This application can be used to test CredHub connectivity by deploying it to a Cloud Foundry platform that has CredHub installed. The demo application includes a deployment manifest that makes it simple to deploy the application. Use the http://docs.cloudfoundry.org/cf-cli/getting-started.html[`cf` CLI] to target and authenticate to a Cloud Foundry platform, and run the following commands: ---- -$ ./gradlew assemble +$ ../gradlew assemble $ cf push -f manifest.yml ----