Skip to content

Commit

Permalink
frontend: don't ignore custom method repos from the WebUI
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Oct 26, 2023
1 parent e561788 commit 1321153
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ def factory(**build_options):
form.chroot.data,
form.builddeps.data,
form.resultdir.data,
form.repos.data,
chroot_names=form.selected_chroots,
**build_options
)
Expand Down

0 comments on commit 1321153

Please sign in to comment.