This commit is contained in:
Sieciech 2021-08-07 16:33:52 +02:00
parent 4d84f4b542
commit 8833a2c605
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class PutEnv {
case 4:
$this->file = $argv[1];
$this->key = $argv[2];
$this->value -> $argv[3];
$this->value = $argv[3];
break;
case 3: