We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3b58d commit 8cd6503Copy full SHA for 8cd6503
latest.sh
@@ -8,8 +8,9 @@ source /cargo/env
8
9
rustup toolchain install stable --profile=minimal
10
STABLE=$(rustup check | grep stable | grep -E "[0-9]+\.[0-9]+\.[0-9]+" -o)
11
-DEFAULT=$(rustup show | grep -m 1 default | grep -E "[0-9]+\.[0-9]+\.[0-9]+" -o)
+DEFAULT=$(rustup show | grep -m 1 rustc | grep -E "[0-9]+\.[0-9]+\.[0-9]+" -o)
12
13
if [ "${STABLE}" == "${DEFAULT}" ]; then exit 0
14
else exit 1
15
fi
16
+
0 commit comments