diff --git a/lib/langs/php-beautify.coffee b/lib/langs/php-beautify.coffee index f36fdc5..7af3f9e 100644 --- a/lib/langs/php-beautify.coffee +++ b/lib/langs/php-beautify.coffee @@ -21,7 +21,7 @@ getCmd = (inputPath, outputPath, options) -> if phpCsFixerPath # Use absolute path - "(php \"#{phpCsFixerPath}\" fix #{cmd}" + "(\"#{phpCsFixerPath}\" fix #{cmd}" else # Use command available in $PATH "(php-cs-fixer fix #{cmd}"