Skip to content

Commit

Permalink
Swap EntryCommand with GreetingCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobao committed Dec 14, 2020
1 parent eafc886 commit 14b0474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void generatePicocliProject() throws IOException {
getCatalog().createProject(input).generate(projectDir);

assertThat(projectDir.resolve("jbang")).exists();
assertThat(projectDir.resolve("src/EntryCommand.java")).exists();
assertThat(projectDir.resolve("src/GreetingCommand.java")).exists();
}

private QuarkusJBangCodestartCatalog getCatalog() throws IOException {
Expand Down

0 comments on commit 14b0474

Please sign in to comment.