Skip to content

Commit 197f67c

Browse files
committed
Correct OpenShift instructions to use action_hooks not action_scripts
Closes gh-6419
1 parent a220717 commit 197f67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ the launching of a Spring Boot application in pretty much any way you like as lo
239239
Java runtime is available (which is a standard feature you can ask for at OpenShift).
240240
To do this you can use the
241241
https://www.openshift.com/developers/do-it-yourself[DIY Cartridge] and hooks in your
242-
repository under `.openshift/action_scripts`:
242+
repository under `.openshift/action_hooks`:
243243

244244
The basic model is to:
245245

0 commit comments

Comments
 (0)