mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	Fix tests
This commit is contained in:
		| @@ -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 | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user