summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pyfedpkg/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py
index 67df332..89ffb04 100644
--- a/src/pyfedpkg/__init__.py
+++ b/src/pyfedpkg/__init__.py
@@ -59,7 +59,7 @@ log = logging.getLogger("fedpkg")
log.addHandler(h)
# Define some helper functions, they start with _
-def _hash_file(file, Hashtype):
+def _hash_file(file, hashtype):
"""Return the hash of a file given a hash type"""
try: