Skip to content

Commit

Permalink
qvm-template: Use repo file from qubes-repo-templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
WillyPillow committed Aug 3, 2020
1 parent bf06352 commit 582c876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesadmin/tools/qvm_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def parser_add_command(cmd, help_str, add_help=True):

# qrexec/DNF related
parser_main.add_argument('--repo-files', action='append',
default=['/etc/yum.repos.d/qubes-templates.repo'],
default=['/usr/share/qubes/repo-templates/qubes-templates.repo'],
help='Specify files containing DNF repository configuration.')
parser_main.add_argument('--updatevm', default='sys-firewall',
help='Specify VM to download updates from.')
Expand Down

0 comments on commit 582c876

Please sign in to comment.