Skip to content

Commit eb3b6a3

Browse files
committed
Updated error message
1 parent 81334d1 commit eb3b6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitors/updown/updown-monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func (updownService *UpdownMonitorService) GetByName(monitorName string) (*model
9797
}
9898
}
9999

100-
return nil, fmt.Errorf("Unable to locate %v monitor", monitorName)
100+
return nil, fmt.Errorf("unable to locate %v monitor", monitorName)
101101
}
102102

103103
// Add function method will add a monitor (updown check)

0 commit comments

Comments
 (0)