From 8833a2c605fb353fb0494c52f1ed3d82126f2652 Mon Sep 17 00:00:00 2001 From: Sieciech Date: Sat, 7 Aug 2021 16:33:52 +0200 Subject: [PATCH] fix --- tools/putenv/putenv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/putenv/putenv.php b/tools/putenv/putenv.php index 3ea28d2..c269a32 100644 --- a/tools/putenv/putenv.php +++ b/tools/putenv/putenv.php @@ -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: