mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
script error wording
This commit is contained in:
parent
f98d2e405b
commit
1781774d45
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ set_rust_to_1680() {
|
|||
if rustup toolchain list | grep -q "1.68.0"; then
|
||||
rustup default 1.68.0
|
||||
else
|
||||
echo "Rust version 1.68.0 is not installed. Please install it using 'rustup toolchain install 1.68.0'." >&2
|
||||
echo "Rust version 1.68.0 is not installed. Please install it using 'rustup install 1.68.0'." >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ set_rust_to_1720() {
|
|||
if rustup toolchain list | grep -q "1.72.0"; then
|
||||
rustup default 1.72.0
|
||||
else
|
||||
echo "Rust version 1.72.0 is not installed. Please install it using 'rustup toolchain install 1.72.0'." >&2
|
||||
echo "Rust version 1.72.0 is not installed. Please install it using 'rustup install 1.72.0'." >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
Loading…
Reference in a new issue