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 }