Correct html file name

This commit is contained in:
Eric A. Miller
2014-08-10 23:17:00 -04:00
parent 5fde3cb259
commit 6818165015

View File

@@ -14,5 +14,5 @@ if ( !-x $phantomjs ) {
"phantomjs not found, please set ND_PHANTOMJS or install phantomjs to the default location"; "phantomjs not found, please set ND_PHANTOMJS or install phantomjs to the default location";
} }
else { else {
exec( $phantomjs, "$Bin/run_qunit.js", "$Bin/sort-port.html" ); exec( $phantomjs, "$Bin/run_qunit.js", "$Bin/portsort.html" );
} }