Skip to content

Commit

Permalink
Merge 876a924 into b6ece26
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagotalma committed Jul 2, 2019
2 parents b6ece26 + 876a924 commit 96da14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Task/Assets/ImageMinify.php
Expand Up @@ -534,7 +534,7 @@ protected function installFromImagemin($executable)
}
$result = file_put_contents($path, $data);
if ($result === false) {
$message = sprintf('Could not copy the executable <info>%s</info> to %s', $executable, $target_dir);
$message = sprintf('Could not copy the executable <info>%s</info> to %s', $executable, $path);

return Result::error($this, $message);
}
Expand Down

0 comments on commit 96da14a

Please sign in to comment.