mirror of
https://github.com/go-task/task.git
synced 2026-06-29 23:55:18 +00:00
Add CHANGELOG + gofmt for #557
This commit is contained in:
@@ -54,8 +54,7 @@ func Taskfile(dir string, entrypoint string) (*taskfile.Taskfile, error) {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if ! filepath.IsAbs(path) {
|
||||
if !filepath.IsAbs(path) {
|
||||
path = filepath.Join(dir, path)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user