From 6e9be00d0b6feb1bd17458a4a8b49e0bc1db8c21 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 14 Aug 2015 11:12:40 +0100 Subject: [PATCH] Fix typo in build instructions --- docs/src/main/asciidoc/building-base.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/building-base.adoc b/docs/src/main/asciidoc/building-base.adoc index 4373068a..1c980c30 100644 --- a/docs/src/main/asciidoc/building-base.adoc +++ b/docs/src/main/asciidoc/building-base.adoc @@ -37,7 +37,7 @@ https://github.com/spring-cloud-samples/scripts[scripts demo repository] for specific instructions about the common cases of mongo, rabbit and redis. -NOTE: migration to the Maven wrapper (`.mvnw`) is underway. If you +NOTE: migration to the Maven wrapper (`./mvnw`) is underway. If you find a project that doesn't have it yet, raise an issue to get it added, and build with the command from `.travis.yml` (usually `mvn install -s .settings.xml`).