Skip to content

Commit

Permalink
Change the wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhashinee committed Apr 15, 2024
1 parent 557b96f commit dd1327a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions persist-cli/src/main/java/io/ballerina/persist/cmd/Add.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ public void execute() {
Paths.get(sourcePath, BALLERINA_TOML).toAbsolutePath().toString());
createPersistDirectoryIfNotExists();
createDefaultSchemaBalFile();
errStream.printf("Integrated the persist client and entity types generation with the package " +
errStream.printf("Integrated the generation of persist client and entity types into the package " +
"build process." + System.lineSeparator());
errStream.println(System.lineSeparator() + "Next steps:");
errStream.println("1. Define your data model in \"persist/model.bal\".");
errStream.println("2. Execute `bal build` for a package build with the persist client generation.");
errStream.println("2. Execute `bal build` to generate the persist client during package build.");
} catch (BalException | IOException e) {
errStream.printf("ERROR: %s%n", e.getMessage());
}
Expand Down

0 comments on commit dd1327a

Please sign in to comment.