From 7cc4cca62dc4ecc06a355db24bbe827b4d6bab5e Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 16 Oct 2022 00:08:02 -0400 Subject: [PATCH] Fix error message (variable not yet set) --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 3ccb615..a2d9363 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1325,7 +1325,7 @@ download_manage() { return 0 fi if [ ! -d "$download_dir" ]; then - message info "Lutris $download_type directory not found. Unable to continue.\n\n$download_dir" + message info "The following Lutris directory was not found. Unable to continue.\n\n$download_dir" return 0 fi