mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix typo
This commit is contained in:
parent
2de2c4caa4
commit
fd9092aabe
@ -173,7 +173,7 @@ define(function(require, exports, module) {
|
||||
});
|
||||
},
|
||||
function(next){
|
||||
var path = join(c9.home, "plugins", + name);
|
||||
var path = join(c9.home, "plugins", name);
|
||||
var rePath = new RegExp("^" + util.escapeRegExp(path), "g");
|
||||
find.getFileList({
|
||||
path: path,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user