Skip to content

Commit

Permalink
api: change caption for invalid release time diagnosis in log_diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Nov 2, 2024
1 parent 0b487ee commit 078c30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 078c30a

Please sign in to comment.