mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Fixed the java driver config
This commit is contained in:
committed by
Alex Dadgar
parent
7b2e3ee55c
commit
7ebe23519a
@@ -28,7 +28,7 @@ type JavaDriver struct {
|
||||
|
||||
type JavaDriverConfig struct {
|
||||
JvmOpts string `mapstructure:"jvm_options"`
|
||||
ArtifactSource string `mapstructure:"artifact_source`
|
||||
ArtifactSource string `mapstructure:"artifact_source"`
|
||||
Checksum string `mapstructure:"checksum"`
|
||||
Args string `mapstructure:"args"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user