From ee1b6a72ea38f05fdbddb90a832f402769d22c32 Mon Sep 17 00:00:00 2001 From: Sam Dunne Date: Tue, 21 Jul 2015 15:54:48 +0100 Subject: [PATCH] Fixes #2478 --- post-processor/atlas/post-processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-processor/atlas/post-processor.go b/post-processor/atlas/post-processor.go index edfc1d7c4..59335086c 100644 --- a/post-processor/atlas/post-processor.go +++ b/post-processor/atlas/post-processor.go @@ -35,7 +35,7 @@ type Config struct { TypeOverride bool `mapstructure:"artifact_type_override"` Metadata map[string]string - ServerAddr string `mapstructure:"server_address"` + ServerAddr string `mapstructure:"atlas_url"` Token string // This shouldn't ever be set outside of unit tests.