Skip to content

Commit 2889ad6

Browse files
committedFeb 8, 2012
Fix syntax errors
1 parent 841a692 commit 2889ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎wre/sbin/wredemosetup.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
my $host = WRE::Host->new(wreConfig => $config);
3535
my $file = WRE::File->new(wreConfig => $config);
3636

37-
if ($config->get('demo/enabled') {
37+
if ($config->get('demo/enabled')) {
3838
say "Setting up demo files";
3939
$file->makePath($config->getDomainRoot("/demo"));
4040
$file->copy($config->getRoot("/var/setupfiles/demo.nginx"), $config->getRoot("/etc/demo.nginx"),
41-
{ force => 1, processTemplate => 1, );
41+
{ force => 1, processTemplate => 1, } );
4242
}
4343
else {
4444
say "Skipping demo files";

0 commit comments

Comments
 (0)
Please sign in to comment.