This commit is contained in:
Sieciech 2021-08-29 09:29:44 +02:00
parent 605cb430f3
commit 44c8481550
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class PutEnv {
if (strlen($next) === 0 || $next[0] !== '=') {
continue;
}
$this->content[$l] = $key . '=' . $value . \PHP_EOF;
$this->content[$l] = $key . '=' . $value . \PHP_EOL;
$changed++;
}
if ($changed === 0) {