mirror of
https://github.com/go-task/task.git
synced 2025-12-16 03:37:48 +01:00
fix: CLI_ARGS is a string and not an array (#2191)
This commit is contained in:
@@ -76,7 +76,7 @@ func run() error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
_, args, err := args.Get()
|
||||
args, _, err := args.Get()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user