Skip to content

Commit

Permalink
corrected misspelling in build.sh error message (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
dialtr committed Jul 9, 2023
1 parent 87dc5ce commit 571816f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -4,7 +4,7 @@ set -e
set -x

if [ -z "${RPI}" ] ; then
echo "\$RPI missing, exting"
echo "\$RPI missing, exiting"
exit 1
fi

Expand Down

0 comments on commit 571816f

Please sign in to comment.