Commit 56592590 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix typo.

parent 16d8bf86
......@@ -79,7 +79,7 @@ if default_site_preference.getPreferenceState() != \'global\':\n
default_site_preference.enable()\n
\n
# update repository info of Configurator site\n
if len(portal.portal_templates.getRepositoryList([])) == 0:\n
if len(portal.portal_templates.getRepositoryList()) == 0:\n
portal.portal_templates.updateRepositoryBusinessTemplateList(\n
repository_list = configuration_info[\'bt_repository_list\'])\n
\n
......
675
\ No newline at end of file
676
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment