Commit dc21bf01 authored by Matthew Hooker's avatar Matthew Hooker

Merge pull request #969 from tedpennings/patch-1

Fix a trailing comma in an example template
parents 95bf164d 17ec0089
......@@ -148,7 +148,7 @@ Here is a basic example. It is completely valid except for the access keys:
"source_ami": "ami-de0d9eb7",
"instance_type": "t1.micro",
"ssh_username": "ubuntu",
"ami_name": "packer-quick-start {{timestamp}}",
"ami_name": "packer-quick-start {{timestamp}}"
}
</pre>
......
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