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

@@ -13,5 +13,5 @@ source scripts/_spipi.sh
ssh -T "${SPIPI}" <<EOF
cd firmware
./spipi.sh -c "${CHIP}" -E
./scripts/spipi.sh -c "${CHIP}" -E
EOF