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

Typo

parent e79d9455
No related branches found
No related tags found
No related merge requests found
Pipeline #27179 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