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 e356fbd commit 9bb93d5Copy full SHA for 9bb93d5
internal/status/main.go
@@ -41,7 +41,7 @@ func compareStats(stat, comparisonStat, goal string) (state, string, error) {
41
// IMPORTANT: the current stat needs to be the first thing in the description
42
// because that's how we will parse it back off
43
if comparisonStat == "" {
44
- return stateSuccess, fmt.Sprintf("%s is the first value seen", stat), nil
+ return stateSuccess, fmt.Sprintf("%s - nothing to compare to", stat), nil
45
}
46
47
statNum, err := parse.ParseStatNumber(stat)
0 commit comments