From b0284ba1d84e50e7e21ec8c2b25f6e92e043ffb9 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Thu, 14 Dec 2017 11:19:09 -0600 Subject: [PATCH] Fix build command in demo app README. --- spring-credhub-demo/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----