Fix a trailing comma in an example template

This commit is contained in:
Ted Pennings 2014-03-21 16:09:51 -04:00
parent 95bf164d1c
commit 17ec0089c6
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>