Skip to content

Commit 9e6444f

Browse files
jsorefytmimi
authored andcommitted
spelling: version
Signed-off-by: Josh Soref <[email protected]>
1 parent 8a26a30 commit 9e6444f

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)