Skip to content

Commit

Permalink
Update ExampleDatabaseExtension.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLuo-Redgate committed Feb 14, 2024
1 parent aa4f013 commit 4492517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public String getDescription() {
public static String readVersion() {
try {
return FileUtils.copyToString(
ClickHouseDatabaseExtension.class.getClassLoader().getResourceAsStream("org/flywaydb/community/database/example/version.txt"),
ExampleDatabaseExtension.class.getClassLoader().getResourceAsStream("org/flywaydb/community/database/example/version.txt"),
StandardCharsets.UTF_8);
} catch (IOException e) {
throw new FlywayException("Unable to read extension version: " + e.getMessage(), e);
Expand Down

0 comments on commit 4492517

Please sign in to comment.