Skip to content

Commit c6db1cd

Browse files
authored
Update builder.sh
1 parent 2f42252 commit c6db1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ echo_c 30 "Version: ${VERSION}"
100100
while [ -z "${DEVICE}" ]; do select_device; done
101101

102102
echo_c 31 "\nStarting a device for ${DEVICE}"
103-
ITEM=$(find common devices -name ${DEVICE}_defconfig | cut -d/ -f1,2)
103+
ITEM=$(find devices -name ${DEVICE}_defconfig | cut -d/ -f1,2)
104104
tree -C "${ITEM}"
105105

106106
sleep 3

0 commit comments

Comments
 (0)