Skip to content

Commit daa7ef0

Browse files
committed
Bump version
1 parent 39e9e79 commit daa7ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Kirby v3 wrapper for colorist",
44
"type": "kirby-plugin",
55
"license": "MIT",
6-
"version": "1.8.0",
6+
"version": "1.8.2",
77
"keywords": ["kirby3", "image", "graphics"],
88
"homepage": "https://github.com/Fundevogel/kirby3-colorist#readme",
99
"authors": [

src/Colorist.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static function exec_enabled(): bool
9595

9696
protected function convert(string $file): string
9797
{
98-
return sprintf(option('fundevogel.colorist.bin') . ' convert "%s"', $file);
98+
return sprintf('"' . option('fundevogel.colorist.bin') . '"' . ' convert "%s"', $file);
9999
}
100100

101101
protected function save(string $file): string

0 commit comments

Comments
 (0)