From 7c11d2a313a5f9516dd415bf59d93fc92cfe9844 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Sep 2014 09:54:55 -0700 Subject: [PATCH] post-processor/vagrant: style --- post-processor/vagrant/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/post-processor/vagrant/util.go b/post-processor/vagrant/util.go index 6c558a1c4..a9e745fe6 100644 --- a/post-processor/vagrant/util.go +++ b/post-processor/vagrant/util.go @@ -140,5 +140,6 @@ func WriteMetadata(dir string, contents interface{}) error { enc := json.NewEncoder(f) return enc.Encode(contents) } + return nil }