Ensure the $HOME env is being set on Windows

This commit is contained in:
Andrey Nering
2019-09-07 14:28:36 -03:00
parent 5285ec23ae
commit 52028fc3bc
4 changed files with 22 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import (
"github.com/go-task/task/v2"
"github.com/go-task/task/v2/internal/args"
_ "github.com/go-task/task/v2/internal/homefix"
"github.com/spf13/pflag"
)