From e46dbe7ad33dee2ad25fadd8db9d99256db94e4e Mon Sep 17 00:00:00 2001 From: "Dan K. Snelson" Date: Fri, 15 Oct 2021 12:20:04 -0600 Subject: [PATCH] Removed extra space --- fragments/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fragments/functions.sh b/fragments/functions.sh index ebf6e58..446bbd5 100644 --- a/fragments/functions.sh +++ b/fragments/functions.sh @@ -345,7 +345,7 @@ installAppWithPath() { # $1: path to app to install in $targetDir if [[ $appversion == $appNewVersion ]]; then printlog "Downloaded version of $name is $appNewVersion, same as installed." if [[ $INSTALL != "force" ]]; then - message="$name, version $appNewVersion, is the latest version." + message="$name, version $appNewVersion, is the latest version." if [[ $currentUser != "loginwindow" && $NOTIFY == "all" ]]; then printlog "notifying" displaynotification "$message" "No update for $name!" @@ -450,7 +450,7 @@ installFromPKG() { if [[ $appversion == $appNewVersion ]]; then printlog "Downloaded version of $name is the same as installed." if [[ $INSTALL != "force" ]]; then - message="$name, version $appNewVersion, is the latest version." + message="$name, version $appNewVersion, is the latest version." if [[ $currentUser != "loginwindow" && $NOTIFY == "all" ]]; then printlog "notifying" displaynotification "$message" "No update for $name!"