Skip to content

Commit

Permalink
Merge pull request #3044 from newrelic/fix-minor-Java-WildFly-issue
Browse files Browse the repository at this point in the history
Added missing quotation mark
  • Loading branch information
paperclypse committed Jul 9, 2021
2 parents 1662e69 + 6f2efe3 commit ee5ce2c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ If you use [WildFly version 11 or higher](http://wildfly.org/), New Relic's Java
* **Recommended: Option 1** (same as adding `-javaagent` property):

```
JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS,com.newrelic
JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS,com.newrelic"
```
* **Option 2:**

Expand Down

0 comments on commit ee5ce2c

Please sign in to comment.