Skip to content

Commit 573f8f7

Browse files
committed
fix linter
1 parent 474ffcc commit 573f8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/migration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const executeMigration = async (file, config) => {
154154
};
155155

156156
if (config.host) {
157-
options.host = config.host
157+
options.host = config.host;
158158
}
159159

160160
console.log(`\nRun migration ${pc.green(version)} in environment ${pc.green(environmentId)}`);

0 commit comments

Comments
 (0)