mirror of
https://github.com/go-task/task.git
synced 2025-07-15 01:35:00 +02:00
Fix a typo
This commit is contained in:
@ -30,8 +30,9 @@ func (c *Checksum) IsUpToDate() (bool, error) {
|
||||
|
||||
sources, err := globs(c.Dir, c.Sources)
|
||||
if err != nil {
|
||||
return false, nil
|
||||
return false, err
|
||||
}
|
||||
|
||||
newMd5, err := c.checksum(sources...)
|
||||
if err != nil {
|
||||
return false, nil
|
||||
|
Reference in New Issue
Block a user