Skip to content

Commit c89c033

Browse files
fepitremarmarek
authored andcommitted
Fix typo in qubes-receive-updates
(cherry picked from commit 31173e5)
1 parent 8cb4058 commit c89c033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dom0-updates/qubes-receive-updates

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def handle_dom0updates(updatevm):
9797
output = p.communicate()[0].decode('ascii')
9898
if p.returncode != 0:
9999
raise Exception(
100-
'Error while verifing %s signature: %s' % (f, output))
100+
'Error while verifying %s signature: %s' % (f, output))
101101
if not gpg_ok_regex.search(output.strip()):
102102
raise Exception(
103103
'Domain ' + source + ' sent not signed rpm: ' + f)

0 commit comments

Comments
 (0)