Skip to content

Commit 3c86ebc

Browse files
mcruzdevhbelmiro
andauthored
Update server/deployment/src/main/java/io/quarkiverse/openapi/server/generator/deployment/codegen/ApicurioOpenApiServerCodegen.java
Co-authored-by: Helber Belmiro <[email protected]>
1 parent 452babb commit 3c86ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/deployment/src/main/java/io/quarkiverse/openapi/server/generator/deployment/codegen/ApicurioOpenApiServerCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public boolean trigger(CodeGenContext context) throws CodeGenException {
9999
private static void validateOpenApiDir(CodeGenContext context, Path openApiDir) throws CodeGenException {
100100
if (!Files.exists(openApiDir)) {
101101
throw new CodeGenException(
102-
"The OpenAPI input base directory does not exist, please, create the directory on " + context.inputDir());
102+
"The OpenAPI input base directory does not exist. Please create the directory at " + context.inputDir());
103103
}
104104

105105
if (!Files.isDirectory(openApiDir)) {

0 commit comments

Comments
 (0)