Skip to content

Commit 0ac574f

Browse files
authored
Fix typo in error message (#2274)
1 parent c296ce3 commit 0ac574f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ verlt() { ! verlte "${2}" "${1}"; }
1717
declare REQUIRED_BASH_VERSION="4"
1818
if verlt "${BASH_VERSION}" "${REQUIRED_BASH_VERSION}"; then
1919
echo "Unsupported bash version."
20-
echo "${APPLICATION_NAME} requres at least bash version ${REQUIRED_BASH_VERSION}, installed version is ${BASH_VERSION}."
20+
echo "${APPLICATION_NAME} requires at least bash version ${REQUIRED_BASH_VERSION}, installed version is ${BASH_VERSION}."
2121
exit 1
2222
fi
2323

0 commit comments

Comments
 (0)