diff --git a/internal/status/timestamp.go b/internal/status/timestamp.go index 6fa89c4a..3801c1ac 100644 --- a/internal/status/timestamp.go +++ b/internal/status/timestamp.go @@ -47,7 +47,7 @@ func (t *Timestamp) Kind() string { // Value implements the Checker Interface func (t *Timestamp) Value() (interface{}, error) { - sources, err := glob(t.Dir, t.Sources) + sources, err := globs(t.Dir, t.Sources) if err != nil { return time.Now(), err }