reactioncommerce / migrator

Command line interface for migrating MongoDB databases
Apache License 2.0
4 stars 5 forks source link

fix: fix undefined variable in namespace error msg #3

Closed aldeed closed 4 years ago

aldeed commented 4 years ago

Fixes this error:

Attempting to find and load all listed tracks...
ReferenceError: fullTrackMigrationsFilePath is not defined
    at loadConfig (/Users/ek/Projects/reaction/reaction-utils/api-migrations/node_modules/@reactioncommerce/migrator/src/util/loadConfig.js:60:70)
    at async loadAndCheckConfig (/Users/ek/Projects/reaction/reaction-utils/api-migrations/node_modules/@reactioncommerce/migrator/src/util/loadAndCheckConfig.js:20:18)
    at async Command.<anonymous> 
rc-publisher commented 4 years ago

:tada: This PR is included in version 1.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: