diff options
Diffstat (limited to 'vm/vmimpl')
| -rw-r--r-- | vm/vmimpl/vmimpl.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vmimpl/vmimpl.go b/vm/vmimpl/vmimpl.go index 4c542429c..9d2fff183 100644 --- a/vm/vmimpl/vmimpl.go +++ b/vm/vmimpl/vmimpl.go @@ -48,6 +48,7 @@ type Env struct { Name string Workdir string Image string + Sshkey string Debug bool Config []byte // json-serialized VM-type-specific config } |
