Skip to content

Commit

Permalink
Append moon-wave extractor executor to accommodate spaces (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyAbr authored Oct 5, 2021
1 parent c58373c commit 74b3c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus-plugin-moonwave/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = (context, options) => ({
`"${binaryPath}" extract "${root.replace(
/\\/g,
"/"
)}" --base ${basePath}`
)}" --base "${basePath}"`
)
.then(({ stdout, stderr }) => {
if (stderr.length > 0) {
Expand Down

0 comments on commit 74b3c30

Please sign in to comment.