Stupid typo #4

This commit is contained in:
Maschell 2017-05-13 15:31:37 +02:00
parent 16d8f25a1f
commit 95d39f187f

View File

@ -4,7 +4,7 @@
cd $TRAVIS_BUILD_DIR/wiiu/apps/hidtovpad
for entry in "$TRAVIS_BUILD_DIR/wiiu/apps/hidtovpad"/*; do
if [ "$entry" != "languages" ] then
if [ "$entry" != "languages" ]; then
echo "Uploading ${entry##*/}"
curl --ftp-create-dirs -T "${entry##*/}" -u $FTP_USER:$FTP_PASSWORD "$FTP_SERVER/${entry##*/}" > /dev/null 2>&1
fi