Update stream name label
This commit is contained in:
parent
a2e443925d
commit
cc936aed04
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ func (c *Config) setDefaults() {
|
|||
}
|
||||
|
||||
if c.StreamName == "" {
|
||||
c.Logger.WithField("type", "config").Error("AppName required")
|
||||
c.Logger.WithField("type", "config").Error("StreamName required")
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue