diff --git a/components/Api/ApiService.php b/components/Api/ApiService.php index ab0d557..34166d8 100644 --- a/components/Api/ApiService.php +++ b/components/Api/ApiService.php @@ -68,7 +68,7 @@ public function createTag($project, $sourceBranch, $tagName) throw new SvnException("Tag already exists"); } - return $this->helper->createTag($tagName, "Creating: {$tagName}", "branches/{$sourceBranch}"); + return $this->helper->createTag($tagName, "Creating: {$tagName} from {$sourceBranch}", "branches/{$sourceBranch}"); } /**