Skip to content

Commit

Permalink
Fix params in IT
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy authored Aug 14, 2024
1 parent 72b7ab2 commit 0ae6194
Showing 1 changed file with 1 addition and 1 deletion.
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 0ae6194

Please sign in to comment.