Skip to content

Commit 0e5e884

Browse files
committed
Be more complete about how metadata is stored in manager.
1 parent f62719a commit 0e5e884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machines/create-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ module.exports = {
272272
// Finally, build and return the manager.
273273
var mgr = {
274274
pool: pool,
275-
config: _mysqlClientConfig,
275+
meta: inputs.meta,
276276
connectionString: inputs.connectionString
277277
};
278278
return exits.success({

0 commit comments

Comments
 (0)