Skip to content

Commit

Permalink
set console name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weibel committed Mar 28, 2019
1 parent 00368dc commit 8935df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnish-plus-cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use App\Command\VclTwigCompileCommand;
use Symfony\Component\Console\Application;

$application = new Application();
$application = new Application('Varnish Plus CLI');

$application->add(new VclTwigCompileCommand());
$application->add(new VclDeployCommand());
Expand Down

0 comments on commit 8935df0

Please sign in to comment.