From f089463794f9d63b46d86ae605f1f652f7214b5c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 10 Apr 2023 22:31:00 +0300 Subject: fix indenting --- classes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/config.php b/classes/config.php index 8f7cbec..b445973 100644 --- a/classes/config.php +++ b/classes/config.php @@ -85,7 +85,7 @@ class Config { $this->version["commit"] = getenv("CI_COMMIT_SHORT_SHA"); $this->version["status"] = 0; - } else if (PHP_OS === "Darwin") { + } else if (PHP_OS === "Darwin") { $this->version["version"] = "UNKNOWN (Unsupported, Darwin)"; } else if (file_exists("$root_dir/version_static.txt")) { $this->version["version"] = trim(file_get_contents("$root_dir/version_static.txt")) . " (Unsupported)"; -- cgit v1.2.3