1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

Show correct reference for updating versions

This commit is contained in:
John Supplee
2019-02-01 19:01:59 +02:00
parent d51a32bcfe
commit 6964ed238a
2 changed files with 2 additions and 2 deletions

View File

@@ -809,7 +809,7 @@ def check_miab_version(env, output):
elif latest_ver is None:
output.print_error("Latest Mail-in-a-Box version could not be determined. You are running version %s." % this_ver)
else:
output.print_error("A new version of Mail-in-a-Box is available. You are running version %s. The latest version is %s. For upgrade instructions, see https://mailinabox.email. "
output.print_error("A new version of Mail-in-a-Box is available. You are running version %s. The latest version is %s. For upgrade instructions, see https://github.com/jrsupplee/mailinabox/blob/master/README.md. "
% (this_ver, latest_ver))
def run_and_output_changes(env, pool):