tools #31
|
@ -15,7 +15,7 @@ class PutEnv {
|
||||||
case 4:
|
case 4:
|
||||||
$this->file = $argv[1];
|
$this->file = $argv[1];
|
||||||
$this->key = $argv[2];
|
$this->key = $argv[2];
|
||||||
$this->value -> $argv[3];
|
$this->value = $argv[3];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
|
|
Loading…
Reference in New Issue