Skip to content

Commit

Permalink
Add a missing newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jun 24, 2010
1 parent eed390e commit eafb167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eg/README
Expand Up @@ -20,4 +20,5 @@
my $uploadsPath = $wg->config->get('uploadsPath'); my $uploadsPath = $wg->config->get('uploadsPath');
enable 'Plack::Middleware::Static', enable 'Plack::Middleware::Static',
path => sub { s{^$uploadsURL/}{} }, path => sub { s{^$uploadsURL/}{} },
root => "$uploadsPath/"; root => "$uploadsPath/";

0 comments on commit eafb167

Please sign in to comment.