ns nl
CureNetMulti/pipeline/head There was a failure building this commit Details
CureNetMulti/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Sieciech 2021-08-29 09:20:51 +02:00
parent 178423d59e
commit 605cb430f3
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_EOF;
$changed++;
}
if ($changed === 0) {