Skip to content

Commit

Permalink
declared -> decalred
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Oct 31, 2024
1 parent 673b223 commit 1e631e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -o pipefail
source $(dirname "$0")/common_functions.sh

if [ -n "${EXTERNAL_AQA_IMAGE}" ] ; then\
echo "EXTERNAL_AQA_IMAGE is decalred as $EXTERNAL_AQA_IMAGE; it would break this script. Unset it."
echo "EXTERNAL_AQA_IMAGE is declared as $EXTERNAL_AQA_IMAGE; it would break this script. Unset it."
exit 1
fi

Expand Down

0 comments on commit 1e631e5

Please sign in to comment.