diff options
Diffstat (limited to 'dashboard/app/reporting_email.go')
| -rw-r--r-- | dashboard/app/reporting_email.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/reporting_email.go b/dashboard/app/reporting_email.go index 236a95857..301da9ccc 100644 --- a/dashboard/app/reporting_email.go +++ b/dashboard/app/reporting_email.go @@ -973,7 +973,7 @@ Please contact the bot's maintainers.` func handleSetCommand(c context.Context, bug *Bug, msg *email.Email, command *email.SingleCommand) string { - labelSet := makeLabelSet(c, bug.Namespace) + labelSet := makeLabelSet(c, bug) match := setCmdRe.FindStringSubmatch(command.Args) if match == nil { |
