Skip to content

Commit

Permalink
Build Analytics - clarify prompt message
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Jul 3, 2023
1 parent 863338a commit 3b65753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class ConfigService {
+ "--- Help improve Quarkus ---" + NEW_LINE
+ "----------------------------" + NEW_LINE
+ "* Learn more: https://quarkus.io/usage/" + NEW_LINE
+ "* Do you agree to contribute anonymous build time data to the Quarkus community? (y/n and then enter) " + NEW_LINE;
+ "* Do you agree to contribute anonymous build time data to the Quarkus community? (y/n and enter) " + NEW_LINE;
private static final int DEFAULT_REFRESH_HOURS = 12;

private AnalyticsRemoteConfig config;
Expand Down

0 comments on commit 3b65753

Please sign in to comment.