Merge pull request #2481 from samdunne/fix-2478

Fixes #2478
This commit is contained in:
Chris Bednarski 2015-07-22 22:05:53 -07:00
commit e410abdb2c
1 changed files with 1 additions and 1 deletions

View File

@ -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.