Compare commits

..

No commits in common. "master" and "v1.3.2" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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