From fd9092aabe7ef3aadeb01efce09315f72300dead Mon Sep 17 00:00:00 2001 From: nightwing Date: Sat, 4 Apr 2015 00:17:54 +0400 Subject: [PATCH] fix typo --- plugins/c9.ide.plugins/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,