Skip to content

Commit

Permalink
Merge pull request #453 from charleswhchan/charleswhchan-patch-1
Browse files Browse the repository at this point in the history
Fix typo in config.go
  • Loading branch information
RichardKnop committed Aug 13, 2019
2 parents a9db7ae + 342ef9f commit 1bd3be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type Config struct {
SQS *SQSConfig `yaml:"sqs"`
Redis *RedisConfig `yaml:"redis"`
GCPPubSub *GCPPubSubConfig `yaml:"-" ignored:"true"`
MongoDB *MongoDBConfig `yamk:"-" ignored:"true"`
MongoDB *MongoDBConfig `yaml:"-" ignored:"true"`
TLSConfig *tls.Config
// NoUnixSignals - when set disables signal handling in machinery
NoUnixSignals bool `yaml:"no_unix_signals" envconfig:"NO_UNIX_SIGNALS"`
Expand Down

0 comments on commit 1bd3be9

Please sign in to comment.