diff options
| -rwxr-xr-x | build-aux/travis-deploy.sh | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh index 267c8d5..a959ccb 100755 --- a/build-aux/travis-deploy.sh +++ b/build-aux/travis-deploy.sh @@ -25,7 +25,6 @@ VERSION="$(grep PACKAGE_VERSION build/config.h | cut -d\" -f2)"  do_curl() {      curl \ -        --silent \          --ftp-create-dirs \          --upload-file "${1}" \          --user "${FTP_USER}:${FTP_PASSWORD}" \  | 
