Skip to content

Commit

Permalink
Merge pull request #16 from hrupprecht/master
Browse files Browse the repository at this point in the history
fixed bug in author_tool
  • Loading branch information
jberger committed Jul 17, 2013
2 parents 05cf554 + 72719b8 commit 29d960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Galileo/Command/author_tool.pm
Expand Up @@ -4,7 +4,7 @@ use Mojo::Base 'Mojolicious::Command';
use DBIx::Class::DeploymentHandler;

sub run {
my ($self) = @_;
my $self = shift;

my $command = shift || 'generate_install_scripts';
my $method = $self->can($command) or die "No command: $command\n";
Expand Down

0 comments on commit 29d960f

Please sign in to comment.