aboutsummaryrefslogtreecommitdiffstats
path: root/pkg93.js
diff options
context:
space:
mode:
authorUnknown2018-04-11 17:44:50 +0100
committerUnknown2018-04-11 17:44:50 +0100
commit80eb4794db9d90f3416c4bca40c98bb7fa4812cc (patch)
tree4e9bccc56ff624efdea2ff6a9f046d2c05e1d2ec /pkg93.js
parentb0f99897d43e9ee9f711e86a305b2de0e73117b5 (diff)
fix ls repo
Diffstat (limited to 'pkg93.js')
-rw-r--r--pkg93.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg93.js b/pkg93.js
index a136e31..c369a42 100644
--- a/pkg93.js
+++ b/pkg93.js
@@ -214,7 +214,7 @@ pkg93 <span style='color:#0f0'>rm</span> <span style='color:#77f'>kebab</span>`;
} else if (args[1] == "repos") {
lerepos = "";
config.repos.forEach(function (repo, index) {
- lerepos += "[" + index + "] " + repo;
+ lerepos += "[" + index + "] " + repo + "<br>";
});
$log(lerepos);
} else {