From 49bb75906ea2cda0acf47357f9267a6183bedc05 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sat, 28 Mar 2020 23:56:49 +0100 Subject: typos and fix pipeline variable name --- appimage/build_appimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appimage') diff --git a/appimage/build_appimage.sh b/appimage/build_appimage.sh index 939a948..11ed6c5 100755 --- a/appimage/build_appimage.sh +++ b/appimage/build_appimage.sh @@ -18,7 +18,7 @@ _APPIMAGE_CONTENT_FOLDER=$_SCRIPT_FOLDER/content # Installs needed dependencies apt-get update && apt-get -y install file wget; -if [[ -z "${TARBALL_URL}" ]];then +if [[ ! -z "${TARBALL_URL}" ]];then wget "${TARBALL_URL}" fi -- cgit