Skip to content

Commit

Permalink
Fix missing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Sep 14, 2022
1 parent fefd9a4 commit 3e25e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatk
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ PACKAGED_LOCAL_JAR_OPTIONS= [
"--add-opens", "jdk.jfr/jdk.jfr.internal.management=ALL-UNNAMED",
"--add-opens", "java.base/jdk.internal.module=ALL-UNNAMED",
"--add-opens", "java.base/java.lang.module=ALL-UNNAMED",
"--add-opens", "java.security.jgss/sun.security.krb5=ALL-UNNAMED" "-Dio.netty.tryReflectionSetAccessible=true"
"--add-opens", "java.security.jgss/sun.security.krb5=ALL-UNNAMED", "-Dio.netty.tryReflectionSetAccessible=true"
"--add-opens", "java.prefs/java.util.prefs=ALL-UNNAMED"
]

Expand Down

0 comments on commit 3e25e52

Please sign in to comment.