We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fa234 commit dac51abCopy full SHA for dac51ab
Utilities/ShimUtils/sbat-info.tool
@@ -59,7 +59,7 @@ else
59
if [ "$VERSION" = "" ] ; then
60
echo -e "${RED}Expected version number not present${NC}"
61
else
62
- echo -e "Version: ${LIGHT_GREEN}${VERSION}${NC} (${VERSION}+, if own build)"
+ echo -e "Version: ${LIGHT_GREEN}${VERSION}${NC} (${VERSION}+, if user build)"
63
fi
64
65
# shellcheck disable=SC2016
0 commit comments