Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra committed Jan 22, 2023
1 parent ea8ffef commit 1d0d993
Show file tree
Hide file tree
Showing 2 changed files with 9,321 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const imageminOxipng = (options = {}) => input => {
});


args.push('-o', execBuffer.output, execBuffer.input);
args.push('--out', execBuffer.output, execBuffer.input);

return execBuffer({
input,
Expand Down
Loading

0 comments on commit 1d0d993

Please sign in to comment.