Navigation Menu

Skip to content

Commit

Permalink
tiny code reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut committed Aug 24, 2012
1 parent 3bc0ff0 commit 5471194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site
Expand Up @@ -8,8 +8,8 @@ use warnings;
use File::Basename 'dirname';
use Cwd;
BEGIN{
$ENV{MOJO_MODE} ||='development';
#$ENV{MOJO_MODE}='production';
$ENV{MOJO_MODE} ||= 'development';
#$ENV{MOJO_MODE} = 'production';
$ENV{MOJO_HOME} = Cwd::abs_path(dirname(__FILE__));
}

Expand Down

0 comments on commit 5471194

Please sign in to comment.