Skip to content

Commit

Permalink
Merge pull request #1849 from gefloh/fix-analytics-flag
Browse files Browse the repository at this point in the history
Fix incorrect quarkus.analytics.disabled boolean value
  • Loading branch information
gsmet authored Dec 19, 2023
2 parents 2407d53 + 8e437cf commit e5bc30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Example using maven:
mvn clean install -Dquarkus.analytics.disabled=true
```

Similarly, you can set it to `quarkus.analytics.disabled=true` if you want to enable it for a single run.
Similarly, you can set it to `quarkus.analytics.disabled=false` if you want to enable it for a single run.

0 comments on commit e5bc30a

Please sign in to comment.