diff options
author | EuAndreh <eu@euandre.org> | 2020-08-12 09:09:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-12 09:09:29 -0300 |
commit | 8b6defdc56649ad82acb357b26a3f567f31c9f27 (patch) | |
tree | eed13239c406a10a51e9ad77496536ab6648bb5b /scripts/assert-content.sh | |
parent | Add custom permalink for TIL Jekyll collection (diff) | |
download | euandre.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-x | scripts/assert-content.sh | 2 |
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 |