Skip to content
Snippets Groups Projects
Commit e79d9455 authored by Henrik Triem's avatar Henrik Triem
Browse files

Typo

parent 5d585055
No related branches found
No related tags found
No related merge requests found
Pipeline #27178 passed
......@@ -32,7 +32,7 @@ def scan_dir(path, pattern):
def detect_rpm(path):
rpms = scan_dir(path, '*.rpm')
if len(rpm) == 0:
if len(rpms) == 0:
return []
return rpms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment