diff --git a/teamcity_create_project_if_not_exists.sh b/teamcity_create_project_if_not_exists.sh index 9fc1ba8f..2b0ac9b8 100755 --- a/teamcity_create_project_if_not_exists.sh +++ b/teamcity_create_project_if_not_exists.sh @@ -26,7 +26,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" usage_description=" Creates a TeamCity project -If the named project already exists, skips creation and returns success exit code zero +Idempotent - if the named project already exists, skips creation and returns success exit code zero Uses the adjacent teamcity_api.sh