From fa80dc02f25566c7ff2380a33baf53086ea5c346 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Wed, 3 Apr 2024 12:21:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20teamcity.inc.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- teamcity.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teamcity.inc.php b/teamcity.inc.php index c23ad2a..e9c5610 100644 --- a/teamcity.inc.php +++ b/teamcity.inc.php @@ -13,7 +13,7 @@ function setup_teamcity_settings($args = array()) $cmd = "git config --get remote.origin.url"; $url = str_replace("\n", "", shell_exec($cmd)); - $name = "\"git: ${url}\""; + $name = "\"git: $url\""; set("TEAM_CITY_SETTINGS_NAME_HERE", $name); set("TEAM_CITY_SETTINGS_URL_HERE", "\"$url\"");