fixing meta data aging
[nodejs-repoproxy.git] / lib / repo-apt.js
index fbe433e..de2c1c7 100644 (file)
@@ -51,7 +51,7 @@ function maintain(name, repoinfo, files) {
        
        
        if(typeof files[0] != 'undefined') fileCheck(0)
-       else console.log("Skipping file check as there are none... apprently?");
+       else console.log("Skipping (apt) file check as there are none... apprently?");
 }
 
 exports.maintain = maintain;
\ No newline at end of file