Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
build: Update hack/verify-errpkg.sh to recommend core errors package
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jun 16, 2021
1 parent 31f07a2 commit 61e252b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-errpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bad_files=$(find_files | xargs $ERRORPKG) || true
popd > /dev/null

if [[ -n "${bad_files}" ]]; then
echo "Please Switch from fmt.errorf to github/pkg/errors to fix the following files:"
echo "Please Switch from fmt.Errorf to \`errors\` to fix the following files:"
echo "${bad_files}"
exit 1
fi

0 comments on commit 61e252b

Please sign in to comment.