Skip to content

Commit fabf7f6

Browse files
author
Steve Riesenberg
committed
Fix path of copied schema files
Issue gh-12804
1 parent 7b88ab2 commit fabf7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/SchemaDeployPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class SchemaDeployPlugin implements Plugin<Project> {
8686
*/
8787
if (name == "spring-security") {
8888
def springSecurityOauthPath = "/var/www/domains/spring.io/docs/htdocs/autorepo/schema/spring-security-oauth/current/security"
89-
execute "cp $springSecurityOauthPath/* $extractPath"
89+
execute "cp $springSecurityOauthPath/* ${extractPath}security"
9090
}
9191

9292
execute "chmod -R g+w $extractPath"

0 commit comments

Comments
 (0)