minifix(CLI): fix GitHub issues URL in CLI help

This commit is contained in:
Andrew Scheller 2016-11-01 03:49:12 +00:00 committed by Juan Cruz Viotti
parent 081b719bcb
commit 54343d9609

View File

@ -47,7 +47,7 @@ module.exports = yargs
'',
'If you need help, don\'t hesitate in contacting us at:',
'',
' GitHub: https://github.com/resin-io/etcher-cli/issues/new',
' GitHub: https://github.com/resin-io/etcher/issues/new',
' Gitter: https://gitter.im/resin-io/etcher'
].join('\n'))