Change up to date message

This commit is contained in:
John Supplee 2019-01-30 15:35:17 +02:00
parent ede5e09ad0
commit e40566967e
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ def check_miab_version(env, output):
latest_ver = get_latest_miab_version()
if this_ver == latest_ver:
output.print_ok("Mail-in-a-Box is up to date. You are running version %s." % this_ver)
output.print_ok("Mail-in-a-Box with quota support is up to date. You are running version %s." % this_ver)
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: