Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
walisc committed Jan 15, 2024
1 parent 9e8de2f commit 435bb35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public Boolean createSchema() throws SQLException {
String dbName = schemaDetails.dbName();
String dbSchemaFilePath = schemaDetails.schemaFilePath();

LOGGER.info(String.format("---> Create schama for database %s", dbName));
LOGGER.info(String.format("---> Create schema for database %s", dbName));

postgresDALLib.createDb(dbName);

Expand Down

0 comments on commit 435bb35

Please sign in to comment.