Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Feb 14, 2020
1 parent 6bb8b43 commit 105df87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/scheduler/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (c *Client) Read(inputMsgs chan<- models.Message, rules map[string]models.R
bot.Log.Debugf("unable to connect scheduler to these rooms: %s", rule.OutputToRooms)
continue
} else if rule.Respond != "" || rule.Hear != "" {
bot.Log.Debug("sheduling rules does not allow the 'respond' and 'hear' fields")
bot.Log.Debug("scheduling rules does not allow the 'respond' and 'hear' fields")
continue
}

Expand Down

0 comments on commit 105df87

Please sign in to comment.