Skip to content

Commit

Permalink
s/production/deployment/
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Feb 16, 2010
1 parent 1132d08 commit 90842de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/starman
Expand Up @@ -5,7 +5,7 @@ use Plack::Runner;

my @argv = @ARGV;

my $runner = Plack::Runner->new(server => 'Starman', env => 'production');
my $runner = Plack::Runner->new(server => 'Starman', env => 'deployment');
$runner->parse_options(@argv);
$runner->set_options(argv => \@argv) if $runner->can('set_options');
$runner->run;
Expand Down

0 comments on commit 90842de

Please sign in to comment.