We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdd828 commit 64922f0Copy full SHA for 64922f0
concourse/update-content/script.bash
@@ -19,7 +19,7 @@ archive_version="$(jq -r '.REACT_APP_ARCHIVE' "src/config.archive-url.json")"
19
search="consumer=REX&code_version=$archive_version"
20
abl_url="https://corgi.ce.openstax.org/api/abl/?$search"
21
22
-data="$(curl -sL --fail "$abl_url")"
+data="$(curl -sL --fail --show-error "$abl_url")"
23
configured_books="$(cat src/config.books.json)"
24
25
# If there is an error, print it and exit with status 1
0 commit comments