Skip to content

Commit 1bd3be9

Browse files
authored
Merge pull request #453 from charleswhchan/charleswhchan-patch-1
Fix typo in config.go
2 parents a9db7ae + 342ef9f commit 1bd3be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v1/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type Config struct {
6161
SQS *SQSConfig `yaml:"sqs"`
6262
Redis *RedisConfig `yaml:"redis"`
6363
GCPPubSub *GCPPubSubConfig `yaml:"-" ignored:"true"`
64-
MongoDB *MongoDBConfig `yamk:"-" ignored:"true"`
64+
MongoDB *MongoDBConfig `yaml:"-" ignored:"true"`
6565
TLSConfig *tls.Config
6666
// NoUnixSignals - when set disables signal handling in machinery
6767
NoUnixSignals bool `yaml:"no_unix_signals" envconfig:"NO_UNIX_SIGNALS"`

0 commit comments

Comments
 (0)