Skip to content

Commit

Permalink
qvm-template: Fix broken indention
Browse files Browse the repository at this point in the history
  • Loading branch information
WillyPillow committed Sep 14, 2020
1 parent 63f488f commit 5f03640
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 @@ -1067,7 +1067,7 @@ def check_append(name, evr):
for vm in app.domains:
if is_managed_template(vm) and \
check_append(vm.name, query_local_evr(vm)):
append_vm(vm, TemplateState.INSTALLED)
append_vm(vm, TemplateState.INSTALLED)

if args.available or args.all:
# Spec should already be checked by repoquery
Expand Down

0 comments on commit 5f03640

Please sign in to comment.