From da330d9c2abc26fa5adc48f1fffad490db8af7ab Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Wed, 11 Jul 2012 08:08:30 +0200 Subject: [PATCH] cleaner way of the property file --- sitespeed.io | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitespeed.io b/sitespeed.io index f0d31a9bc..ad09ad32b 100755 --- a/sitespeed.io +++ b/sitespeed.io @@ -81,7 +81,7 @@ echo ''>> $REPORT_DATA_DIR/result.xml echo 'Create the HTML' -java -jar dependencies/xml-velocity-1.0-full.jar $REPORT_DATA_DIR/result.xml report/velocity/pages.vm pages.properties $REPORT_DIR/report.html +java -jar dependencies/xml-velocity-1.0-full.jar $REPORT_DATA_DIR/result.xml report/velocity/pages.vm report/properties/pages.properties $REPORT_DIR/report.html #copy the rest of the files