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 0368b71 commit e976ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/twiggy
Expand Up @@ -3,7 +3,7 @@ use strict;
use lib "lib";
use Plack::Runner;

my $runner = Plack::Runner->new(server => 'Twiggy', env => 'production');
my $runner = Plack::Runner->new(server => 'Twiggy', env => 'deployment');
$runner->parse_options(@ARGV);
$runner->run;

Expand Down

0 comments on commit e976ca0

Please sign in to comment.