Skip to content

Commit

Permalink
fix(cmd) Fix typo in PHP ini settings for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
franz-josef-kaiser committed Feb 19, 2015
1 parent e6b7d40 commit f83bcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pre-commit_PHPLint_10.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
$result = '';
// Grab the file from the list of files in the commit
$cmd = sprintf(
"git cat-file -p %s | php -l -ddisplay_errors\=1 -derror_reporting\=E_ALL -dlog_errrors\=0",
"git cat-file -p %s | php -l -ddisplay_errors\=1 -derror_reporting\=E_ALL -dlog_errors\=0",
escapeshellarg( $sha )
);
exec( $cmd, $output, $result );
Expand Down

0 comments on commit f83bcb6

Please sign in to comment.