From 407fffb9fea007202150d1226c891016c1ad6ba3 Mon Sep 17 00:00:00 2001 From: Paul J R Date: Mon, 1 Jul 2013 08:24:28 +1000 Subject: [PATCH] repo changes --- lib/repo-apt.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/repo-apt.js b/lib/repo-apt.js index f852086..3c41462 100644 --- a/lib/repo-apt.js +++ b/lib/repo-apt.js @@ -7,7 +7,7 @@ var log = require("./log.js"); /* - * For APT repos, we expire anything with .* /dist/ .* in thename + * For APT repos, we expire anything with .* /dist/ .* in the name Packages*, Release* */ function maintain(name, repoinfo, files) { //log.debug("doing apt clean for ", repoinfo); -- 1.7.0.4