mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Fixed the exec driver config
This commit is contained in:
committed by
Alex Dadgar
parent
72f82a7056
commit
76a005b0f1
@@ -23,7 +23,7 @@ type ExecDriver struct {
|
||||
fingerprint.StaticFingerprinter
|
||||
}
|
||||
type ExecDriverConfig struct {
|
||||
ArtifactSource string `mapstructure:"artifact_source`
|
||||
ArtifactSource string `mapstructure:"artifact_source"`
|
||||
Checksum string `mapstructure:"checksum"`
|
||||
Command string `mapstructure:"command"`
|
||||
Args string `mapstructure:"args"`
|
||||
|
||||
Reference in New Issue
Block a user