aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-content.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-12 09:09:29 -0300
committerEuAndreh <eu@euandre.org>2020-08-12 09:09:29 -0300
commit8b6defdc56649ad82acb357b26a3f567f31c9f27 (patch)
treeeed13239c406a10a51e9ad77496536ab6648bb5b /scripts/assert-content.sh
parentAdd custom permalink for TIL Jekyll collection (diff)
downloadeuandre.org-8b6defdc56649ad82acb357b26a3f567f31c9f27.tar.gz
euandre.org-8b6defdc56649ad82acb357b26a3f567f31c9f27.tar.xz
scritps/assert-content.sh: Remove verbose JSON error output
Diffstat (limited to 'scripts/assert-content.sh')
-rwxr-xr-xscripts/assert-content.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/assert-content.sh b/scripts/assert-content.sh
index d83ec33..d466b05 100755
--- a/scripts/assert-content.sh
+++ b/scripts/assert-content.sh
@@ -102,8 +102,6 @@ assert-unique-ref() {
printf '%s\n' "${KNOWN_IDS[@]}"
red "Duplicated lang:ref match: '${ID}'." >&2
red "Page: ${URL}." >&2
- echo "$page" | base64 --decode | jq
-
exit 1
fi