Fix copy/paste Terraform references

pull/4481/head
DanHam 9 years ago
parent 60a0d21d37
commit 2b0f52e84a
No known key found for this signature in database
GPG Key ID: 58E79AEDD6AA987E

@ -9,7 +9,7 @@ import (
"github.com/mitchellh/packer/version"
)
// Commands is the mapping of all the available Terraform commands.
// Commands is the mapping of all the available Packer commands.
var Commands map[string]cli.CommandFactory
// CommandMeta is the Meta to use for the commands. This must be written

@ -87,7 +87,7 @@ func TestUpload(t *testing.T) {
t.Fatalf("error creating communicator: %s", err)
}
err = c.Upload("C:/Temp/terraform.cmd", bytes.NewReader([]byte("something")), nil)
err = c.Upload("C:/Temp/packer.cmd", bytes.NewReader([]byte("something")), nil)
if err != nil {
t.Fatalf("error uploading file: %s", err)
}

Loading…
Cancel
Save