Skip to content

Commit 0e1d8a7

Browse files
committed
Revert "Ensure the $HOME env is being set on Windows"
This reverts commit 52028fc.
1 parent bbdd698 commit 0e1d8a7

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

cmd/task/task.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010

1111
"github.com/go-task/task/v2"
1212
"github.com/go-task/task/v2/internal/args"
13-
_ "github.com/go-task/task/v2/internal/homefix"
1413

1514
"github.com/spf13/pflag"
1615
)

internal/homefix/homefix.go

Lines changed: 0 additions & 5 deletions
This file was deleted.

internal/homefix/homefix_windows.go

Lines changed: 0 additions & 15 deletions
This file was deleted.

task_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212
"testing"
1313

1414
"github.com/go-task/task/v2"
15-
_ "github.com/go-task/task/v2/internal/homefix"
1615
"github.com/go-task/task/v2/internal/taskfile"
1716

1817
"github.com/mitchellh/go-homedir"

0 commit comments

Comments
 (0)