From 4bf2f2587f773eb4f4c3e8c576816764777956d1 Mon Sep 17 00:00:00 2001 From: absurdo Date: Mon, 27 Nov 2023 14:52:47 +0100 Subject: [PATCH] Fix in sed function --- vendor/phangoapp/leviathanutils/src/Linux.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/phangoapp/leviathanutils/src/Linux.php b/vendor/phangoapp/leviathanutils/src/Linux.php index 23dacf0..53899b6 100644 --- a/vendor/phangoapp/leviathanutils/src/Linux.php +++ b/vendor/phangoapp/leviathanutils/src/Linux.php @@ -266,7 +266,7 @@ class Linux { } - Linux::shell_command([$executable[$distro]]); + Linux::shell_command($executable[$distro]); }