Add CHANGELOG + gofmt for #557

This commit is contained in:
Andrey Nering
2021-09-06 10:30:45 -03:00
parent 5ef1651151
commit 6c73ab823b
2 changed files with 6 additions and 2 deletions

View File

@@ -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)
}