From 0b6647342d7e20cb469b784a4e78894c9d57a30e Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:19:57 -0500 Subject: [PATCH] never auto-check for updates for qsvdp --- src/maindp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maindp.rs b/src/maindp.rs index 87edf512f..760c9db5a 100644 --- a/src/maindp.rs +++ b/src/maindp.rs @@ -164,7 +164,7 @@ fn main() -> QsvExitCode { Please choose one of the following commands:", command_list!() )); - _ = util::qsv_check_for_update(true, false); + util::log_end(qsv_args, now); QsvExitCode::Good },