Fix the vbox sample code

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2016-01-04 14:58:28 +01:00
parent 263f8c5cdd
commit 85405468de
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ func main() {
log.SetDebug(true)
client := libmachine.NewClient("/tmp/automatic", "/tmp/automatic/certs")
defer client.Close()
hostName := "myfunhost"