From 43c84adfcef10902a01762af23abb64c72071732 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 29 Jun 2025 12:22:36 -0700 Subject: [PATCH] Echo out when a version number isnt found --- LinuxGeneralCompiler/dlvs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinuxGeneralCompiler/dlvs.sh b/LinuxGeneralCompiler/dlvs.sh index bc80951..dab099a 100644 --- a/LinuxGeneralCompiler/dlvs.sh +++ b/LinuxGeneralCompiler/dlvs.sh @@ -39,7 +39,7 @@ download_game() { else rm -rf "$download_path" rm -rf "$extract_path" - echo "Game version was not found. Something went wrong. Cleaning up artifacts..." + echo "Game version ${version} was not found. Something went wrong. Cleaning up artifacts..." cd / fi }