From 6a76fd3f26cffc1b429e979e00197773f7b79c12 Mon Sep 17 00:00:00 2001 From: Tarun Singhal Date: Thu, 4 Aug 2016 22:23:42 +0530 Subject: [PATCH] Updated plugin/index.js Plugin issue ( issue #175 )has been resolved. It is working fine. Tested and Verfied --- plugin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/index.js b/plugin/index.js index ca31153..a995d8e 100644 --- a/plugin/index.js +++ b/plugin/index.js @@ -98,7 +98,7 @@ Generator.prototype.plugItInPlugItIn = function() { })(); function installPlugin(plugin, cb) { - me.tarball('http://downloads.wordpress.org/plugin/' + plugin + '.zip', path.join(me.conf.get('contentDir') || 'wp-content', 'plugins', plugin), cb); + me.tarball('http://downloads.wordpress.org/plugin/' + plugin + '.zip', path.join(me.conf.get('contentDir') || 'wp-content', 'plugins'), cb); } };