spelling: every

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-03-03 20:59:17 -05:00
parent 6dc9d7cd97
commit 6d7401e48a

View File

@ -53,7 +53,7 @@ tmpfiles=$TEST_TMPDIR/files
rm -rf {.,"$tmpfiles"}/{"$gazelle","$kazel"}
)
# Avoid diff -N so we handle empty files correctly
# Ignoring Copyright to not trigger a CI fail avery new year
# Ignoring Copyright to not trigger a CI fail every new year
diff=$(diff -upr \
-I '^Copyright.*' \
"./pkg" "$tmpfiles/pkg" 2>/dev/null || true)