Skip to content
Snippets Groups Projects
Commit 87b54125 authored by Graham McVicker's avatar Graham McVicker
Browse files

minor fix to hide method

parent 40f488d5
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,7 @@ sub hide {
my @lines = <SCHEMA_FILE>;
my $sql = join ' ', @lines;
$sql =~ s/;$//;
$sql =~ s/;\s*$//;
close SCHEMA_FILE;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment