Fix cli usage build

This commit is contained in:
Michael Vines
2021-01-29 09:48:25 -08:00
committed by mergify[bot]
parent 84e52b6065
commit 2e54b6acb1
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