mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-03-13 18:23:56 +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
|
||||
err = prepareTemplates(name)
|
||||
err = prepareTemplates(appvmPath)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue