Skip to content

Commit 278f980

Browse files
minor change
1 parent 490fc6d commit 278f980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

affymetrix/affymetrix.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function Run()
106106
echo "skipping: $lfile does not exist".PHP_EOL;
107107
continue;
108108
}
109-
echo "processing $base_file, from $base_url".PHP_EOL;
109+
echo "processing $lfile".PHP_EOL;
110110

111111
// open the zip file
112112
$zin = new ZipArchive();

0 commit comments

Comments
 (0)