This commit is contained in:
Mitchell Hashimoto 2013-07-01 15:07:37 -07:00
parent 39095e48ea
commit 223f573dbb
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ func ProcessOutputPath(path string, buildName string, provider string, artifact
tplData := &OutputPathTemplate{ tplData := &OutputPathTemplate{
ArtifactId: artifact.Id(), ArtifactId: artifact.Id(),
BuildName: buildName, BuildName: buildName,
Provider: provider, Provider: provider,
} }