Skip to content

Commit 901d398

Browse files
fix missing comma
1 parent 6065029 commit 901d398

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
@@ -39,7 +39,7 @@ module.exports = {
3939
whereToGet: {
4040
url: 'https://gist.github.com/mikermcneil/46d10fd816c980cd3d9f'
4141
},
42-
example: '==='
42+
example: '===',
4343
// example: 'mysql://mikermcneil:p4ssw02D@localhost:3306/some_db',
4444
required: true
4545
},

0 commit comments

Comments
 (0)