Merge pull request #969 from tedpennings/patch-1

Fix a trailing comma in an example template
This commit is contained in:
Matthew Hooker 2014-03-21 13:11:26 -07:00
commit dc21bf011a
1 changed files with 1 additions and 1 deletions

View File

@ -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>