From 197f67c867b03450e3f49757fe255654e344635d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Jul 2016 07:04:06 +0100 Subject: [PATCH] Correct OpenShift instructions to use action_hooks not action_scripts Closes gh-6419 --- spring-boot-docs/src/main/asciidoc/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index bd86b342c6..1970c43a98 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -239,7 +239,7 @@ the launching of a Spring Boot application in pretty much any way you like as lo Java runtime is available (which is a standard feature you can ask for at OpenShift). To do this you can use the https://www.openshift.com/developers/do-it-yourself[DIY Cartridge] and hooks in your -repository under `.openshift/action_scripts`: +repository under `.openshift/action_hooks`: The basic model is to: