Skip to content

Commit

Permalink
fixed very recent bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Oct 3, 2019
1 parent dfb2a8a commit 37133c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Convert/Converters/Cwebp.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function checkOperationality()
if (!$options['try-supplied-binary-for-os'] &&
!$options['try-common-system-paths'] &&
!$options['try-cwebp'] &&
!$option['try-discovering-cwebp']
!$options['try-discovering-cwebp']
) {
throw new ConverterNotOperationalException(
'Configured to neither try pure cwebp command, ' .
Expand Down

0 comments on commit 37133c7

Please sign in to comment.