Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota002 committed Jan 17, 2025
1 parent 8c6ade3 commit cd4f7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sandbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function _start (params, callback) {

// Run post-seed scripts
function (callback) {
let options = { method: 'post-seed', name: 'post-seed' }
let options = { method: 'postSeed', name: 'postSeed' }
plugins(params, options, callback)
},

Expand Down

0 comments on commit cd4f7ce

Please sign in to comment.