Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 11, 2012
1 parent f040ef4 commit 74ecef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/sbin/backup.pl
Expand Up @@ -63,7 +63,7 @@ sub backupMysql {

# skip some databases
next if ($name =~ /^demo\d/);
next if ($name eq 'test'/);
next if ($name eq 'test');

# create dump
$mysql->dump(
Expand Down

0 comments on commit 74ecef1

Please sign in to comment.