1
0
mirror of https://github.com/go-task/task.git synced 2025-04-17 12:06:30 +02:00
task/internal/homefix/homefix.go
Andrey Nering d8005b4cf6 Fix typo
2019-09-07 14:32:02 -03:00

6 lines
207 B
Go

// Package homefix exists to address a bug where mvdan.cc/sh expects
// $HOME to be available in order to be able to expand "~".
//
// We should delete this package once this is fixed there.
package homefix