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\"");