Skip to content

Commit 1f27479

Browse files
Update bundled code to corrected corrected version
(we gotta find a better way to do this)
1 parent 0cc333d commit 1f27479

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/apollo.tar.gz

7.19 KB
Binary file not shown.

scripts/run-bundled-codegen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extract_cli() {
2525

2626
validate_codegen_and_extract_if_needed() {
2727
# Make sure the SHASUM matches the release for this version
28-
EXPECTED_SHASUM="52b3f50d9a9527565958e59e28421d75e26982c289aaf47cdd99658205f95f75"
28+
EXPECTED_SHASUM="0845089ac6fca8a910a317fdb90f2fe486d6e50f0a5caeb6e9c779c839188798"
2929

3030
if [[ ${SHASUM} = ${EXPECTED_SHASUM}* ]]; then
3131
echo "Correct version of the CLI tarball is included, checking if it's already been extracted..."

0 commit comments

Comments
 (0)