fix
This commit is contained in:
parent
4d84f4b542
commit
8833a2c605
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue