Skip to content

Commit

Permalink
ShimUtils: Convert one more 'own build' to 'user build'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Sep 11, 2023
1 parent 91fa234 commit dac51ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/ShimUtils/sbat-info.tool
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else
if [ "$VERSION" = "" ] ; then
echo -e "${RED}Expected version number not present${NC}"
else
echo -e "Version: ${LIGHT_GREEN}${VERSION}${NC} (${VERSION}+, if own build)"
echo -e "Version: ${LIGHT_GREEN}${VERSION}${NC} (${VERSION}+, if user build)"
fi

# shellcheck disable=SC2016
Expand Down

0 comments on commit dac51ab

Please sign in to comment.