From f185193c339802056c2856793ca5734886794178 Mon Sep 17 00:00:00 2001 From: TotallyLeGIT Date: Mon, 24 Aug 2020 00:01:36 +0200 Subject: [PATCH] fix old comment --- updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.sh b/updater.sh index e4985d8..0b950a0 100755 --- a/updater.sh +++ b/updater.sh @@ -107,7 +107,7 @@ Optional Arguments: download_file () { # expects URL as argument ($1) declare -r tf=$(mktemp) - $DOWNLOAD_METHOD "${tf}" "$1" && echo "$tf" || exit 1 # return the temp-filename (or empty string on error) + $DOWNLOAD_METHOD "${tf}" "$1" && echo "$tf" || exit 1 # return the temp-filename or exit on error } open_file () { #expects one argument: file_path