mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-04-30 17:18:43 +00:00
Fix mistake with args
This commit is contained in:
parent
5f81e7ac3d
commit
5bb305a0ec
1 changed files with 1 additions and 1 deletions
2
appvm.go
2
appvm.go
|
@ -209,7 +209,7 @@ func start(l *libvirt.Libvirt, name string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy templates
|
// Copy templates
|
||||||
err = prepareTemplates(name)
|
err = prepareTemplates(appvmPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue