From 8570b56217c1161fc2152f76a963be9a5c14bb67 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 24 Jul 2018 10:39:52 +0200 Subject: [PATCH] Fix typo --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 4fd50bc1cdc..5db817d2948 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2253,7 +2253,7 @@ location and the `/opt/migration` directory: [source,properties,indent=0] ---- - spring.flyway.locations=classpath:db/migration,filesystem:/opt/migration + flyway.locations=classpath:db/migration,filesystem:/opt/migration ---- You can also add a special `{vendor}` placeholder to use vendor-specific scripts. Assume