We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8b2e3 commit 08aa4b7Copy full SHA for 08aa4b7
gtt-start.js
@@ -18,7 +18,7 @@ let config = new Config(process.cwd()),
18
tasks = new Tasks(config),
19
type = program.type ? program.type : 'issue',
20
id = program.args.length === 1 ? parseInt(program.args[0]) : parseInt(program.args[1]),
21
- project = program.args.length === 2 ? project = program.args[0] : null;
+ project = program.args.length === 2 ? program.args[0] : null;
22
23
if (program.args.length < 2 && !config.get('project'))
24
Cli.error('No project set');
0 commit comments