Skip to content

Commit

Permalink
Added quotes to path in migration command (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman authored and dkent600 committed Nov 22, 2018
1 parent fd8a64b commit 1964851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module.exports = {
* use --reset for ganacheDb if it is crashing on re-migration.
*/
default: series(
`node ${joinPath(".", "package-scripts", "migrateContracts.js")} ${joinPath(pathArcJsRoot, "migration.json")}`
`node ${joinPath(".", "package-scripts", "migrateContracts.js")} "${joinPath(pathArcJsRoot, "migration.json")}"`
),
andCreateGenesisDao: series(
`nps migrateContracts`,
Expand Down

0 comments on commit 1964851

Please sign in to comment.