X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fcdr-transnexus.import;h=9686f7d2f0b0e28c5fc4e24903c119e003d398b8;hb=357b4e26965895666685590d59f72de331fecb08;hp=10e0aed52de1c699eb906060679dc2088b6228b2;hpb=6b3ae185f5fcd3b884cbd9d15cf408d4821bb34e;p=freeside.git 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 ) {