diff --git a/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm b/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm index 05734edfe51db03c1d4915ecf379cb10880f9614..7b946e5457b7aaa73d984f9a49ee2300ac88badf 100644 --- a/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm +++ b/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm @@ -168,7 +168,7 @@ sub parse_common_options { # if logpath & logfile are not set, set them here to /ensemblweb/vega_dev/shared/logs/conversion/DBNAME/SCRIPNAME_NN.log if (! defined($self->param('log_base_path'))) { - $self->param('log_base_path','/ensemblweb/sharedd/logs/conversion/'); + $self->param('log_base_path','/ensemblweb/shared/logs/conversion/'); } my $dbname = $self->param('dbname'); $dbname =~ s/^vega_//;