diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py --- a/rhodecode/__init__.py +++ b/rhodecode/__init__.py @@ -30,7 +30,7 @@ VERSION = (1, 3, 6) try: from rhodecode.lib import get_current_revision - _rev = get_current_revision(quite=True) + _rev = get_current_revision(quiet=True) if _rev and len(VERSION) > 3: VERSION += ('dev%s' % _rev[0],) except ImportError: