From 74b3c30fd0cb1710687f041d4565456428dc3c69 Mon Sep 17 00:00:00 2001 From: Riley Abrahamson <32375220+RileyAbr@users.noreply.github.com> Date: Tue, 5 Oct 2021 14:47:40 -0500 Subject: [PATCH] Append moon-wave extractor executor to accommodate spaces (#51) --- docusaurus-plugin-moonwave/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus-plugin-moonwave/src/index.js b/docusaurus-plugin-moonwave/src/index.js index e4557c9..16e4b41 100644 --- a/docusaurus-plugin-moonwave/src/index.js +++ b/docusaurus-plugin-moonwave/src/index.js @@ -25,7 +25,7 @@ module.exports = (context, options) => ({ `"${binaryPath}" extract "${root.replace( /\\/g, "/" - )}" --base ${basePath}` + )}" --base "${basePath}"` ) .then(({ stdout, stderr }) => { if (stderr.length > 0) {