Skip to content

Commit

Permalink
#24 修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox0801 committed May 26, 2016
1 parent 19d81b7 commit 7c1c132
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ cli.start = function (env) {
cli.run(env);
});

//bootstrap(env);
bootstrap(env);
// Test
bootstrap(env, {
username: 'icefox0801',
email: '[email protected]',
token: '4zWuy_my-jMuSnjLSkKv'
}, {
owner: 'icefox0801',
domain: 'https://gitlab.com'
});
//bootstrap(env, {
// username: 'icefox0801',
// email: '[email protected]',
// token: '4zWuy_my-jMuSnjLSkKv'
//}, {
// owner: 'icefox0801',
// domain: 'https://gitlab.com'
//});

};

Expand Down

0 comments on commit 7c1c132

Please sign in to comment.