From 5259086a4b8d832e7a9208fd3e6cca1a7b243060 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 14 Jun 2019 22:46:00 -0700 Subject: [PATCH] Fix type in CI readme --- ci/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/README.adoc b/ci/README.adoc index 8004876f6e1..5633edc2753 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -1,10 +1,10 @@ == Concourse pipeline -Ensure that you've have a spring-boot target logged in +Ensure that you've setup the spring-boot target and can login [source] ---- -$ fly -t spring-boot login -n spring-boot -c https://ci.spring-io +$ fly -t spring-boot login -n spring-boot -c https://ci.spring.io ---- The pipeline can be deployed using the following command: