Skip to content

Commit

Permalink
Update core/deployment/src/main/java/io/quarkus/deployment/console/Co…
Browse files Browse the repository at this point in the history
…nsoleProcessor.java

Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
geoand and gsmet authored Apr 4, 2023
1 parent 09ff13b commit 911c361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public String get() {
@Override
public void run() {
System.out.println("\n" + RED
+ "For a Quarkus application to have access to the DevUI, it needs to directly or transitively include the 'quarkus-vertx-http' extension"
+ "For a Quarkus application to have access to the Dev UI, it needs to directly or transitively include the 'quarkus-vertx-http' extension"
+ RESET + "\n");
}
}));
Expand Down

0 comments on commit 911c361

Please sign in to comment.