Skip to content
Snippets Groups Projects
Commit 85952d2e authored by Monika Komorowska's avatar Monika Komorowska
Browse files

deleted extra quote

parent 4e1c6cc9
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ else {
my $sth = $dbh->prepare($statement);
my $update_sth = $dbh->prepare(<<'SQL');
update db set is_current =?, db_assembly=?, db_suffix =?, db_host =?
where species_id =? and db_type =? and db_release =?'
where species_id =? and db_type =? and db_release =?
SQL
foreach my $database ( sort keys(%databases) ) {
......
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