Skip to content

Commit

Permalink
Merge remote-tracking branch 'mwenko/patch-1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
seppevs committed Mar 31, 2022
2 parents 1236967 + 373f2cf commit ee6d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/commonjs/migrate-mongo-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const config = {
// The file extension to create migrations and search for in migration dir
migrationFileExtension: ".js",

// Enable the algorithm to create a checksum of the file contents and use that in the comparison to determin
// Enable the algorithm to create a checksum of the file contents and use that in the comparison to determine
// if the file should be run. Requires that scripts are coded to be run multiple times.
useFileHash: false,

Expand Down

0 comments on commit ee6d764

Please sign in to comment.