Fix typo in boards/pinephone.sh

This commit is contained in:
parazyd 2020-03-12 12:55:47 +01:00
parent c9888cfa97
commit 26368f01ee
No known key found for this signature in database
GPG Key ID: 6B636BF0493EE747
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ prebuild() {
postbuild() {
fn postbuild
req=(device_name compilerl loopdevice)
req=(device_name compiler loopdevice)
ckreq || return 1
notice "executing $device_name postbuild"