Skip to content
Snippets Groups Projects
Commit 8c4a2853 authored by Leo Gordon's avatar Leo Gordon
Browse files

bugfix: substituted the hard-coded value for the formula

parent f6b4befe
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ sub get_sql_schema_patches {
my $sql_directory = $ENV{'EHIVE_ROOT_DIR'}.'/sql';
my @patches = split(/\n/, `ls -1 ~/work/ensembl-hive/sql/patch_20*.sql`);
my @patches = split(/\n/, `ls -1 $sql_directory/patch_20*.sql`);
return [ @patches[$after_version..scalar(@patches)-1] ];
}
......
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