Merge pull request #695 from Matthew-Otto/patch-1

fix typo in flash-sd.sh
This commit is contained in:
Rose Thompson 2024-03-27 14:58:47 -05:00 committed by GitHub
commit d03ab77a11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,9 +74,9 @@ fi
# Prefix partition with "p" for non-SCSI disks (mmcblk, nvme) # Prefix partition with "p" for non-SCSI disks (mmcblk, nvme)
if [[ $SDCARD == "/dev/sd"* ]]; then if [[ $SDCARD == "/dev/sd"* ]]; then
$PART_PREFIX="" PART_PREFIX=""
else else
$PART_PREFIX="p" PART_PREFIX="p"
fi fi
# If no images directory, images have not been built # If no images directory, images have not been built