Skip to content

Commit

Permalink
feat: path
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-rabbit committed Dec 27, 2023
1 parent c546298 commit 3746c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func readline(str string) []string {
}

func (t *task) getEnv() []string {
env := make([]string, 0)
env := os.Environ()
if t.p.GoMod {
env = append(env, "GO111MODULE=on")
} else {
Expand Down

0 comments on commit 3746c8c

Please sign in to comment.