diff --git a/mayan/apps/installation/models.py b/mayan/apps/installation/models.py index fbc54379f6..f53a3bd57a 100644 --- a/mayan/apps/installation/models.py +++ b/mayan/apps/installation/models.py @@ -114,7 +114,7 @@ class Installation(Singleton): try: repo = Repo(os.path.abspath(os.path.join(settings.BASE_DIR, '..'))) except: - namespace.add_property(Property('is_git_repo', _(u'Running from a Git repository'), False)) + namespace.add_property('is_git_repo', _(u'Running from a Git repository'), False) else: repo.config_reader() headcommit = repo.head.commit