summaryrefslogtreecommitdiff
path: root/clean_repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'clean_repo.py')
-rwxr-xr-xclean_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_repo.py b/clean_repo.py
index 29d446d..b0d306f 100755
--- a/clean_repo.py
+++ b/clean_repo.py
@@ -34,7 +34,7 @@ if __name__ == "__main__":
args=parser.parse_args()
if args.directory:
- cleanup_nonfree_in_dir(args.database, listado(config["blacklist"]))
+ cleanup_nonfree_in_dir(args.directory, listado(config["blacklist"]))
if args.database:
pkgs=pkginfo_from_db(args.database)