tools #31

Merged
Sieciech merged 9 commits from tools into dev 2021-08-28 19:28:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8833a2c605 - Show all commits

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: