Skip to content

Commit

Permalink
Merge branch 'dn2_stage1' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 19, 2024
2 parents e369904 + 267a098 commit a41f783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func (c *Config) handleTrigger(req *http.Request, event website.EventType) (int,
case "list":
return c.returnServiceList()
default:
return http.StatusBadRequest, "unknown action: " + action
return http.StatusBadRequest, "unknown service action: " + action
}
}

Expand Down

0 comments on commit a41f783

Please sign in to comment.