This commit is contained in:
Mitchell Hashimoto 2014-09-02 09:55:06 -07:00
parent 7c11d2a313
commit 752162c234
3 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
package chroot package chroot
import ( import (
"testing"
"github.com/mitchellh/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"testing"
) )
func testImage() ec2.Image { func testImage() ec2.Image {

View File

@ -16,7 +16,7 @@ type StepCreateInstance struct {
instanceName string instanceName string
} }
func (config *Config) getImage() (Image) { func (config *Config) getImage() Image {
project := config.ProjectId project := config.ProjectId
if config.SourceImageProjectId != "" { if config.SourceImageProjectId != "" {
project = config.SourceImageProjectId project = config.SourceImageProjectId