Files
go-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