Skip to content

Commit

Permalink
corrected user id source message
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-bailey committed Aug 22, 2024
1 parent 6346abc commit 9d4c624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_gpio-id_check
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fi

echo "Step 2. comparing expected values to layout values..."
if [[ -f $CHIP_ID_SOURCE ]]; then
echo "Reading gpio defaults from $CHIP_ID_SOURCE" |
echo "Reading chip id from $CHIP_ID_SOURCE" |
tee -a $log_file
else
printf "\n** Missing $CHIP_ID_SOURCE **\n" |
Expand Down

0 comments on commit 9d4c624

Please sign in to comment.