Skip to content

Commit

Permalink
Build Analytics - clarify prompt message
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b65753)
  • Loading branch information
brunobat authored and gsmet committed Jul 18, 2023
1 parent b8fb304 commit 96ddc88
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 96ddc88

Please sign in to comment.