Skip to content

Commit

Permalink
fix for s3 endpoint env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
galiri committed Nov 21, 2016
1 parent e4f46b6 commit d26eea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func redefineEnvironments(environments map[string]Environment) error {

etcdS3EnvResp, err := etcdKeysAPI.Get(context.Background(), *s3EnvKey, &etcd.GetOptions{Sort: true})
if err != nil {
errorLogger.Printf("Failed to get value from %v: %v.", *etcdS3EnvResp, err.Error())
errorLogger.Printf("Failed to get value from %v: %v.", *s3EnvKey, err.Error())
return err
}
removedEnvs := parseEnvironmentsIntoMap(etcdReadEnvResp.Node.Value, etcdCredResp.Node.Value, etcdS3EnvResp.Node.Value, environments)
Expand Down

0 comments on commit d26eea5

Please sign in to comment.