From 9e6444fa23bee544043a7c3e672687cc126fb4ca Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:33:04 -0500 Subject: [PATCH] spelling: version Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ci/check_diff.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/check_diff.sh b/ci/check_diff.sh index d0705e4660d..93de6040339 100755 --- a/ci/check_diff.sh +++ b/ci/check_diff.sh @@ -111,8 +111,8 @@ function compile_rustfmt() { git remote add feature $REMOTE_REPO git fetch feature $FEATURE_BRANCH - CARGO_VERSON=$(cargo --version) - echo -e "\ncompiling with $CARGO_VERSON\n" + CARGO_VERSION=$(cargo --version) + echo -e "\ncompiling with $CARGO_VERSION\n" # Because we're building standalone binaries we need to set `LD_LIBRARY_PATH` so each # binary can find it's runtime dependencies. See https://github.com/rust-lang/rustfmt/issues/5675