Removed errant backtick

This commit is contained in:
Chris Bednarski 2015-08-04 20:11:53 -07:00
parent fbb24d4acf
commit 1c956ff406
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ you will need to specify the `output` option.
detected packer defaults to `.tar.gz` behavior but will not change
the filename.
You can use `{{.BuildName}}` and ``{{.BuilderType}}` in your output path.
You can use `{{.BuildName}}` and `{{.BuilderType}}` in your output path.
If you are executing multiple builders in parallel you should make sure
`output` is unique for each one. For example `packer_{{.BuildName}}.zip`.