Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
S1SYPHOS committed Jul 1, 2021
1 parent 39e9e79 commit daa7ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Kirby v3 wrapper for colorist",
"type": "kirby-plugin",
"license": "MIT",
"version": "1.8.0",
"version": "1.8.2",
"keywords": ["kirby3", "image", "graphics"],
"homepage": "https://github.com/Fundevogel/kirby3-colorist#readme",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/Colorist.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static function exec_enabled(): bool

protected function convert(string $file): string
{
return sprintf(option('fundevogel.colorist.bin') . ' convert "%s"', $file);
return sprintf('"' . option('fundevogel.colorist.bin') . '"' . ' convert "%s"', $file);
}

protected function save(string $file): string
Expand Down

0 comments on commit daa7ef0

Please sign in to comment.