diff options
-rwxr-xr-x | bin/cdr-transnexus.import | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cdr-transnexus.import b/bin/cdr-transnexus.import index 10e0aed52..9686f7d2f 100755 --- a/bin/cdr-transnexus.import +++ b/bin/cdr-transnexus.import @@ -51,7 +51,7 @@ foreach my $dir ( @$lsdir ) { warn "Scanning dir $dirname\n" if $opt_v; #my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*-CDRs$/i ); - my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*-Customer-CDRs$/i ); + my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*Customer-CDRs$/i ); foreach my $file ( @$ls ) { |