diff options
Diffstat (limited to 'vm/vmimpl/vmimpl.go')
| -rw-r--r-- | vm/vmimpl/vmimpl.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/vmimpl/vmimpl.go b/vm/vmimpl/vmimpl.go index 6540ecc91..617f9bc0f 100644 --- a/vm/vmimpl/vmimpl.go +++ b/vm/vmimpl/vmimpl.go @@ -50,7 +50,8 @@ type Env struct { Arch string // target arch Workdir string Image string - Sshkey string + SshKey string + SshUser string Debug bool Config []byte // json-serialized VM-type-specific config } |
