mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Fix missing quote in driver docs
This commit is contained in:
@@ -33,7 +33,7 @@ The `java` driver supports the following configuration in the job spec:
|
||||
before launching the task. For example:
|
||||
|
||||
```
|
||||
args = ["$nomad.ip", "$MY_ENV", $meta.foo"]
|
||||
args = ["$nomad.ip", "$MY_ENV", "$meta.foo"]
|
||||
```
|
||||
|
||||
* `jvm_options` - (Optional) A list of JVM options to be passed while invoking
|
||||
|
||||
Reference in New Issue
Block a user