Fix cli usage build

(cherry picked from commit 2e54b6acb1)
This commit is contained in:
Michael Vines
2021-01-29 09:48:25 -08:00
parent 5ba8b4884b
commit 92534849db
3 changed files with 7 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
set -e
cd "$(dirname "$0")"
cargo="$(readlink -f "./cargo")"
cargo=../cargo
# shellcheck source=ci/rust-version.sh
source ../ci/rust-version.sh stable