mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
fix: sources brace expansion (#2075)
This commit is contained in:
@@ -97,7 +97,7 @@ func (node *HTTPNode) ResolveEntrypoint(entrypoint string) (string, error) {
|
||||
}
|
||||
|
||||
func (node *HTTPNode) ResolveDir(dir string) (string, error) {
|
||||
path, err := execext.Expand(dir)
|
||||
path, err := execext.ExpandLiteral(dir)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user