Skip to content

Commit d7b93d1

Browse files
authored
Merge pull request db-migrate#729 from mriedem/patch-1
fix(typo): missing space in warning message
2 parents 85dfda4 + 3302afd commit d7b93d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/methods/v2/translatestate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const methods = {
5252
);
5353
log.warn(
5454
`This index did not exist at the time of deleting it. ` +
55-
`This can happen if an index was created by hand and then deleted` +
55+
`This can happen if an index was created by hand and then deleted ` +
5656
`by db-migrate. Make sure to recreate it by hand to avoid any problems.`
5757
);
5858
return Promise.resolve();

0 commit comments

Comments
 (0)