mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
post-processor/vagrant: style
This commit is contained in:
parent
67bd0a38ee
commit
7c11d2a313
1 changed files with 1 additions and 0 deletions
|
|
@ -140,5 +140,6 @@ func WriteMetadata(dir string, contents interface{}) error {
|
|||
enc := json.NewEncoder(f)
|
||||
return enc.Encode(contents)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue