From 1f176ec322617cc0439465980007c6129a89c8b6 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 7 Mar 2014 17:47:46 +0000 Subject: [PATCH] typo in help message --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 812b258..7e77b0b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -63,5 +63,5 @@ help: @echo " [ phantomjs | screenshot ]" @echo " [ jsbeautifier | node-modules ]" @echo "" - @echo "DEBUG=1 make phantomjs PHANTOMJS_TIMEOUT=8 PHANTOM_URL=https://mkws-dev.indexdata.com/jasmine-popup.html" + @echo "DEBUG=1 make phantomjs PHANTOMJS_TIMEOUT=8 PHANTOMJS_URL=https://mkws-dev.indexdata.com/jasmine-popup.html" -- 1.7.10.4