explicitly cargo build

This commit is contained in:
Carson McManus 2021-08-29 21:04:06 -04:00
parent 7c949a75c8
commit d285a4ba3b

View file

@ -46,6 +46,8 @@ fi
echo "Press any key to continue..."
read -n 1 -s -r
cargo build --release
params=()
if [[ $DRY_RUN == false ]]; then
params+=(--execute)