summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-10 22:31:00 +0300
committerAndrew Dolgov <[email protected]>2023-04-10 22:31:00 +0300
commitf089463794f9d63b46d86ae605f1f652f7214b5c (patch)
tree17fa0815ea51f7a7a06b78ff37692368ff1a504b
parent0fef52be0a4adbfe3a7b092f355dd78d0f4855d6 (diff)
fix indenting
-rw-r--r--classes/config.php2
1 files changed, 1 insertions, 1 deletions
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)";