Skip to content

Commit

Permalink
fix(stage): push correct stage to statemanager
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Mar 8, 2019
1 parent da66fb9 commit 00b0571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -92,7 +92,7 @@ function infoDocs(offset, nbDocs, emoji) {

async function bootstrap(state) {
await stateManager.save({
stage: 'watch',
stage: 'bootstrap',
});

if (state.seq > 0 && state.bootstrapDone === true) {
Expand Down

0 comments on commit 00b0571

Please sign in to comment.