Commit 366d1693 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 3109a48b
......@@ -84,7 +84,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
&StepKeyPair{
Debug: b.config.PackerDebug,
DebugKeyPath: fmt.Sprintf("os_%s.pem", b.config.PackerBuildName),
},
},
&StepRunSourceServer{
Name: b.config.ImageName,
Flavor: b.config.Flavor,
......
......@@ -7,8 +7,8 @@ import (
"github.com/mitchellh/packer/packer"
"github.com/rackspace/gophercloud"
"log"
"os"
"runtime"
"os"
"runtime"
)
type StepKeyPair struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment