From 078c30aeec57894675c366be685685ce5add7340 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sat, 2 Nov 2024 16:23:10 -0400 Subject: [PATCH] api: change caption for invalid release time diagnosis in `log_diagnose` --- api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api b/api index b25fe4baf2..30a5a40ef0 100755 --- a/api +++ b/api @@ -2016,7 +2016,7 @@ Perhaps doing a Google search for the exact error you received would help.") if grep -q "Release file for .* is not valid yet" <(echo "$errors") ;then error_caption+=("APT reported a repository whose release file becomes valid in the future. -Review the errors to see how long you need to wait.") +This is probably because your system time is set incorrectly.") error_type="system" fi