We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f42252 commit c6db1cdCopy full SHA for c6db1cd
builder.sh
@@ -100,7 +100,7 @@ echo_c 30 "Version: ${VERSION}"
100
while [ -z "${DEVICE}" ]; do select_device; done
101
102
echo_c 31 "\nStarting a device for ${DEVICE}"
103
-ITEM=$(find common devices -name ${DEVICE}_defconfig | cut -d/ -f1,2)
+ITEM=$(find devices -name ${DEVICE}_defconfig | cut -d/ -f1,2)
104
tree -C "${ITEM}"
105
106
sleep 3
0 commit comments