Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamvis98 committed Jan 7, 2024
1 parent 1a93c8c commit 569c8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ case "$device" in
services="qrtr-ns rmtfs pd-mapper tqftpserv"
;;
* )
echo "Unsupported device '$device'"
echo "Unsupported device ${device}"
exit 1
;;
esac
Expand Down

0 comments on commit 569c8d4

Please sign in to comment.