Skip to content

Commit

Permalink
Add missing application name (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk committed Jun 11, 2019
1 parent e83a55d commit 2a6c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nvfc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ use Symfony\Component\Console\Application;

require \dirname(__DIR__) . '/vendor/autoload.php';

$application = new Application();
$application = new Application('NVidia Fan Controller');
$application->add(new \NvFanController\UserInterface\WatchCommand());
$application->run();

0 comments on commit 2a6c118

Please sign in to comment.