Skip to content

Commit

Permalink
Fixed liquibase-pro repo check
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Aug 31, 2022
1 parent 1abb5d9 commit a964247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
}, null);
} else {
//upgrading an extension
if (repo.equals("liquibase-pro")) {
if (repo.equals("liquibase/liquibase-pro")) {
File file = downloadArtifact(github, repo, matchingLabel, "liquibase-commercial-modules");
ArchiveUtil.unzipCli(file, liquibaseHomeDir, log,
path -> path.getName().endsWith("liquibase-commercial-0-SNAPSHOT.jar"),
Expand Down

0 comments on commit a964247

Please sign in to comment.