We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81334d1 commit eb3b6a3Copy full SHA for eb3b6a3
pkg/monitors/updown/updown-monitor.go
@@ -97,7 +97,7 @@ func (updownService *UpdownMonitorService) GetByName(monitorName string) (*model
97
}
98
99
100
- return nil, fmt.Errorf("Unable to locate %v monitor", monitorName)
+ return nil, fmt.Errorf("unable to locate %v monitor", monitorName)
101
102
103
// Add function method will add a monitor (updown check)
0 commit comments