Skip to content

Commit

Permalink
Fixup SQLite insertion query for manufacturing db
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewey-rpi committed Nov 22, 2024
1 parent 76e3d49 commit c5fa18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/rpi-sb-provisioner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ if [ -z "${DEMO_MODE_ONLY}" ] && [ -n "${RPI_DEVICE_FETCH_METADATA}" ]; then
'${REVISION}', \
'${PROCESSOR_STR}', \
'${MEMORY_STR}', \
'${MANUFACTURER_STR}', \
'${MANUFACTURER_STR}' \
);"
fi
fi
Expand Down

0 comments on commit c5fa18f

Please sign in to comment.