[entropy.server] fix typo in if condition

This commit is contained in:
Fabio Erculiani
2010-07-24 21:20:50 +02:00
parent df10dfd14e
commit 5ebc6d461c
+1 -1
View File
@@ -485,7 +485,7 @@ class ServerSystemSettingsPlugin(SystemSettingsPlugin):
uri = uri[3:]
continue
break
if not (do_repo and do_pkg):
if not (do_repo or do_pkg):
do_repo = True
do_pkg = True
if do_repo: