Skip to content

Commit

Permalink
Merge pull request #202 from quarkusio/ia3andy-patch-1
Browse files Browse the repository at this point in the history
Fix params in IT
  • Loading branch information
ia3andy authored Aug 14, 2024
2 parents 72b7ab2 + 5348196 commit ba77521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ your contributions are very welcome.
If you want to test your changes on your application, you can:

- Install your changes to your local repository with `./mvnw clean install`
- Run `quarkus update` with your updated recipes: `quarkus update --update-recipes-version=1.0.X-SNAPSHOT` (adjust the version accordingly)
- Run `quarkus update` with your updated recipes: `quarkus update --quarkus-update-recipes=1.0.X-SNAPSHOT` (adjust the version accordingly)
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static void buildProject(Path tempDir) throws IOException, InterruptedException,
}

static void updateProject(Path tempDir, String updateStream) throws IOException, InterruptedException, TimeoutException {
String output = jbang(tempDir, QUARKUS_TEST_CLI, "update", "-S=" + updateStream, "--update-recipes-version=999-SNAPSHOT");
String output = jbang(tempDir, QUARKUS_TEST_CLI, "update", "-S=" + updateStream, "--quarkus-update-recipes=999-SNAPSHOT");

}

Expand Down

0 comments on commit ba77521

Please sign in to comment.