scripts: Update spipi.sh path to use this repo

This commit is contained in:
Tim Crawford
2020-02-06 15:31:21 -07:00
committed by Tim Crawford
parent 0cf0bab887
commit 672648dcf0
4 changed files with 4 additions and 4 deletions

View File

@ -18,5 +18,5 @@ EOF
ssh -T "${SPIPI}" <<EOF
cd firmware
./spipi.sh -c "${CHIP}" -w "${MODEL}.rom"
./scripts/spipi.sh -c "${CHIP}" -w "${MODEL}.rom"
EOF