Skip to content

Commit 7c1c132

Browse files
committed
#24 修复bug
1 parent 19d81b7 commit 7c1c132

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/cli.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ cli.start = function (env) {
1717
cli.run(env);
1818
});
1919

20-
//bootstrap(env);
20+
bootstrap(env);
2121
// Test
22-
bootstrap(env, {
23-
username: 'icefox0801',
24-
25-
token: '4zWuy_my-jMuSnjLSkKv'
26-
}, {
27-
owner: 'icefox0801',
28-
domain: 'https://gitlab.com'
29-
});
22+
//bootstrap(env, {
23+
// username: 'icefox0801',
24+
// email: '[email protected]',
25+
// token: '4zWuy_my-jMuSnjLSkKv'
26+
//}, {
27+
// owner: 'icefox0801',
28+
// domain: 'https://gitlab.com'
29+
//});
3030

3131
};
3232

0 commit comments

Comments
 (0)