From 7b7a1945a8ad59c48589022f05e67027ae57acd0 Mon Sep 17 00:00:00 2001 From: gdbtek Date: Wed, 18 Jan 2017 12:22:46 -0800 Subject: [PATCH] update version --- cookbooks/phantom-js/recipes/install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/phantom-js/recipes/install.bash b/cookbooks/phantom-js/recipes/install.bash index ce01cb1..c98ed98 100755 --- a/cookbooks/phantom-js/recipes/install.bash +++ b/cookbooks/phantom-js/recipes/install.bash @@ -32,7 +32,7 @@ function install() # Display Version - displayVersion "$("${PHANTOM_JS_INSTALL_FOLDER}/bin/phantomjs" version)" + displayVersion "$("${PHANTOM_JS_INSTALL_FOLDER}/bin/phantomjs" --version)" } function main()