Skip to content

Commit

Permalink
Fix mess from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Provessor authored Apr 16, 2020
1 parent 9c8fcfb commit c61391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ func (e *callExpr) eval(app *app, args []string) {

if !filepath.IsAbs(path) {
path = filepath.Join(wd, path)
} else {ab1b522d6c173576d7798b02ca3e8130e76b45df
} else {
path = filepath.Clean(path)
}

Expand Down

0 comments on commit c61391b

Please sign in to comment.