Skip to content

Commit

Permalink
Fix typo (apollographql#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
changm4n authored and jamesonwilliams committed Nov 16, 2024
1 parent 7ca0430 commit 5dedadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-bundled-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ validate_codegen_and_extract_if_needed() {
# The file exists, let's see if it's the same SHASUM
FILE_CONTENTS="$(cat "${SHASUM_FILE}")"
if [[ ${FILE_CONTENTS} = ${EXPECTED_SHASUM}* ]]; then
echo "Current verson of CLI is already extracted!"
echo "Current version of CLI is already extracted!"
else
echo "Extracting updated version of the Apollo CLI. This may take a minute..."
remove_existing_apollo
Expand All @@ -99,7 +99,7 @@ download_apollo_cli_if_needed
# Make sure we're using an up-to-date and valid version of the Apollo CLI
validate_codegen_and_extract_if_needed

# Add the binary directory to the beginning of PATH so included binary verson of node is used.
# Add the binary directory to the beginning of PATH so included binary version of node is used.
PATH="${SCRIPT_DIR}/apollo/bin:${PATH}"

# Use the bundled executable of the Apollo CLI to generate code
Expand Down

0 comments on commit 5dedadd

Please sign in to comment.