diff options
author | EuAndreh <eu@euandre.org> | 2020-02-14 23:01:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-14 23:01:07 -0300 |
commit | c293692321f83ca11542eb3a4f795e8f140246dd (patch) | |
tree | 913941878d009d02b3b3e584deb0372695176243 | |
parent | Add building docs to test derivation (diff) | |
download | euandre.org-c293692321f83ca11542eb3a4f795e8f140246dd.tar.gz euandre.org-c293692321f83ca11542eb3a4f795e8f140246dd.tar.xz |
Remove old error tidy message
-rwxr-xr-x | scripts/tidy-content.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |