Skip to content

Commit af12eb5

Browse files
committed
spelling: version
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 9a678ba commit af12eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/check_diff.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ function compile_rustfmt() {
111111
git remote add feature $REMOTE_REPO
112112
git fetch feature $FEATURE_BRANCH
113113

114-
CARGO_VERSON=$(cargo --version)
115-
echo -e "\ncompiling with $CARGO_VERSON\n"
114+
CARGO_VERSION=$(cargo --version)
115+
echo -e "\ncompiling with $CARGO_VERSION\n"
116116

117117
# Because we're building standalone binaries we need to set `LD_LIBRARY_PATH` so each
118118
# binary can find it's runtime dependencies. See https://github.com/rust-lang/rustfmt/issues/5675

0 commit comments

Comments
 (0)