Skip to content

Commit 4e3a943

Browse files
authored
Fixed double quotes
1 parent 3ee1a94 commit 4e3a943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClusteerServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function buildCommand(): string
172172

173173
$value = escapeshellarg($value);
174174

175-
return "{$key}=\"{$value}\"";
175+
return "{$key}={$value}";
176176
})
177177
->filter()
178178
->join(' ');

0 commit comments

Comments
 (0)