We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195a5b6 commit 2c3d739Copy full SHA for 2c3d739
src/cli/self_update/env.sh
@@ -5,7 +5,7 @@ case ":${PATH}:" in
5
*:"{cargo_bin}":*)
6
;;
7
*)
8
- # Prepending path in case a system-installed rustc must be overwritten
+ # Prepending path in case a system-installed rustc needs to be overridden
9
export PATH="{cargo_bin}:$PATH"
10
11
esac
0 commit comments