Skip to content

Commit

Permalink
Fixed double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Feb 16, 2021
1 parent 3ee1a94 commit 4e3a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClusteerServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 172,7 @@ public function buildCommand(): string

$value = escapeshellarg($value);

return "{$key}=\"{$value}\"";
return "{$key}={$value}";
})
->filter()
->join(' ');
Expand Down

0 comments on commit 4e3a943

Please sign in to comment.