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()