run gofmt
This commit is contained in:
parent
95d82b4637
commit
6d5f75e118
|
@ -205,7 +205,7 @@ if ($harddrivePath){
|
||||||
if err := ps.Run(script, vmName, path, harddrivePath, vhdRoot, strconv.FormatInt(ram, 10), strconv.FormatInt(diskSize, 10), switchName, strconv.FormatInt(int64(generation), 10)); err != nil {
|
if err := ps.Run(script, vmName, path, harddrivePath, vhdRoot, strconv.FormatInt(ram, 10), strconv.FormatInt(diskSize, 10), switchName, strconv.FormatInt(int64(generation), 10)); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
return DisableAutomaticCheckpoints(vmName)
|
return DisableAutomaticCheckpoints(vmName)
|
||||||
} else {
|
} else {
|
||||||
var script = `
|
var script = `
|
||||||
|
|
Loading…
Reference in New Issue