From c293692321f83ca11542eb3a4f795e8f140246dd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 14 Feb 2020 23:01:07 -0300 Subject: Remove old error tidy message --- scripts/tidy-content.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/tidy-content.sh b/scripts/tidy-content.sh index e9bc577..2ccb925 100755 --- a/scripts/tidy-content.sh +++ b/scripts/tidy-content.sh @@ -29,7 +29,7 @@ format() { FILE="${1}" echo "${FILE}" >&2 if ! tidy --quiet yes -utf8 -indent -modify "${FILE}"; then - echo "Error in formatting '${FILE}'. See errors.txt for more detail." >&2 + echo "Error in formatting '${FILE}'." >&2 exit 1 fi } -- cgit v1.2.3