From d8005b4cf6ced4f83e316b155f3a4f9e5d2563f9 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 7 Sep 2019 14:32:02 -0300 Subject: [PATCH] Fix typo --- internal/homefix/homefix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/homefix/homefix.go b/internal/homefix/homefix.go index 180d01a9..641ae79a 100644 --- a/internal/homefix/homefix.go +++ b/internal/homefix/homefix.go @@ -1,5 +1,5 @@ // Package homefix exists to address a bug where mvdan.cc/sh expects // $HOME to be available in order to be able to expand "~". // -// This should delete this package once this is fixed there. +// We should delete this package once this is fixed there. package homefix