mirror of
https://github.com/go-task/task.git
synced 2026-06-15 11:51:41 +00:00
fix: resolve directory correctly when using --dir
This commit is contained in:
@@ -65,3 +65,7 @@ func (node *HTTPNode) Read(ctx context.Context) ([]byte, error) {
|
||||
|
||||
return b, nil
|
||||
}
|
||||
|
||||
func (node *HTTPNode) BaseDir() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user