From 77948b673f9762520db28c805f8d23814f778ac4 Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Sat, 24 Aug 2019 14:14:31 +1000 Subject: [PATCH] Don't use literal newlines in description --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98d2faf1..16a201ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ after_success: elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export UPLOADTOOL_SUFFIX="Linux" find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - export UPLOADTOOL_BODY=$'EspoTek Labrador software for Linux.\nFor Debian-based distros (including the Ubuntu family), you can use the .deb.\nFor other distros, you will need to use the .AppImage or build from source (instructions available in main page).' + export UPLOADTOOL_BODY="EspoTek Labrador software for Linux. For Debian-based distros (including the Ubuntu family), you can use the .deb. For other distros, you will need to use the .AppImage or build from source (instructions available in main page)." wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh bash upload.sh EspoTek_Labrador*.AppImage EspoTek_Labrador*.deb fi