mirror of
https://github.com/go-task/task.git
synced 2025-07-15 01:35:00 +02:00
Fix tests
This commit is contained in:
@ -47,7 +47,7 @@ func (t *Timestamp) Kind() string {
|
|||||||
|
|
||||||
// Value implements the Checker Interface
|
// Value implements the Checker Interface
|
||||||
func (t *Timestamp) Value() (interface{}, error) {
|
func (t *Timestamp) Value() (interface{}, error) {
|
||||||
sources, err := glob(t.Dir, t.Sources)
|
sources, err := globs(t.Dir, t.Sources)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return time.Now(), err
|
return time.Now(), err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user