We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b97efd commit 8cb366dCopy full SHA for 8cb366d
build-marlin.sh
@@ -97,7 +97,7 @@ if [[ ${success} -eq 0 ]]; then
97
exit 1
98
fi
99
else
100
- printf "\e[0mMD5 Checksum Validation: \e[1;31mFirmware file with $FW_EXTENSION file extension not found\n"
+ printf "\e[0mMD5 Checksum Validation: \e[1;31mFirmware file with $FW_EXTENSION file extension not found!\n"
101
printf "\n\e[1;31mBuild failed! \e[0mCheck the output above for errors\n"
102
103
0 commit comments