From 8e231f9264396e796e39656f51d812ee4edf54bd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 1 Jul 2013 15:07:37 -0700 Subject: [PATCH] fmt --- post-processor/vagrant/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-processor/vagrant/util.go b/post-processor/vagrant/util.go index 5eee761a8..efec96fb8 100644 --- a/post-processor/vagrant/util.go +++ b/post-processor/vagrant/util.go @@ -89,7 +89,7 @@ func ProcessOutputPath(path string, buildName string, provider string, artifact tplData := &OutputPathTemplate{ ArtifactId: artifact.Id(), - BuildName: buildName, + BuildName: buildName, Provider: provider, }