1
0
Fork 0

Fix mistake with args

master
dump_stack() 2018-07-15 19:27:34 +00:00
parent 5f81e7ac3d
commit 5bb305a0ec
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ func start(l *libvirt.Libvirt, name string) {
}
// Copy templates
err = prepareTemplates(name)
err = prepareTemplates(appvmPath)
if err != nil {
log.Fatal(err)
}