Skip to content

Commit

Permalink
[frontend] Bug 1333082 - Disable createrepo does not work on group pr…
Browse files Browse the repository at this point in the history
…oject
  • Loading branch information
clime committed May 4, 2016
1 parent 8d26bd6 commit 6204315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/coprs_frontend/coprs/logic/coprs_logic.py
Expand Up @@ -393,7 +393,7 @@ def on_auto_createrepo_change(target_copr, value_acr, old_value_acr, initiator):
if not old_value_acr and value_acr:
# re-enabled
ActionsLogic.send_createrepo(
target_copr.user.name,
target_copr.owner_name,
target_copr.name,
chroots=[chroot.name for chroot in target_copr.active_chroots]
)
Expand Down

0 comments on commit 6204315

Please sign in to comment.