Skip to content

Commit

Permalink
Merge pull request #74 from NightJar/patch-1
Browse files Browse the repository at this point in the history
FIX stop autoload failure on case sensitive system
  • Loading branch information
robbieaverill authored Feb 21, 2018
2 parents b280894 + 09dddbf commit 72e85e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected function getDefaultCommands()
$commands[] = new Commands\Release\Branch();
$commands[] = new Commands\Release\Translate();
$commands[] = new Commands\Release\Test();
$commands[] = new Commands\Release\ChangeLog();
$commands[] = new Commands\Release\Changelog();

// Publish sub-commands
$commands[] = new Commands\Release\Tag();
Expand Down

0 comments on commit 72e85e0

Please sign in to comment.