From 54343d9609c5edeb563f0b4c9ec02d21c7e8cd59 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 1 Nov 2016 03:49:12 +0000 Subject: [PATCH] minifix(CLI): fix GitHub issues URL in CLI help --- lib/cli/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/cli.js b/lib/cli/cli.js index 7bfe75ef..c532226a 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -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'))