mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-12 18:25:05 +01:00
Stupid typo #4
This commit is contained in:
parent
16d8f25a1f
commit
95d39f187f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user