aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--load_copyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/load_copyright.py b/load_copyright.py
index 2f545e1..67e9edf 100644
--- a/load_copyright.py
+++ b/load_copyright.py
@@ -107,7 +107,7 @@ def import_one(pkgname, fh):
def get_pkgname(path):
(dir, base) = os.path.split(path)
- if base in ('current', 'copyright'):
+ if base in ('current', 'stable_copyright'):
return get_pkgname(dir)
else:
return base