github-ci: fix small typo

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
Michael Heimpold 2021-09-28 07:42:38 +02:00
parent e24a969571
commit 05a3011b00
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ for PKG in /ci/*.ipk; do
if [ -f "$TEST_SCRIPT" ]; then
echo "Use package specific test.sh"
if sh "$TEST_SCRIPT" "$PKG_NAME" "$PKG_VERSION"; then
echo "Test succesful"
echo "Test successful"
else
echo "Test failed"
exit 1