From 3ccabfe2457ae5136f7db60ed769984921a83d4b Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 13 Mar 2019 23:18:27 -0500 Subject: [PATCH] #752 - Polishing. --- ci/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/README.adoc b/ci/README.adoc index 06ff68c3..8c1d52dc 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -33,8 +33,8 @@ With this in place, run the following `fly` commands to create pipelines: With this pipeline in place, you can now activate and expose it: ---- -% fly -t spring-data unpause-pipeline -p spring-hateoas -% fly -t spring-data expose-pipeline -p spring-hateoas +% fly -t spring-data unpause-pipeline -p spring-data +% fly -t spring-data expose-pipeline -p spring-data ---- === Running CI tasks locally