diff --git a/plugins/c9.ide.plugins/debug.js b/plugins/c9.ide.plugins/debug.js index 9589b43d..2fd9c858 100644 --- a/plugins/c9.ide.plugins/debug.js +++ b/plugins/c9.ide.plugins/debug.js @@ -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,