Skip to content

Commit

Permalink
Increased verbosity of tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsvec committed Jul 21, 2014
1 parent 62f0882 commit 6cf67fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Api/ApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}");
}

/**
Expand Down

0 comments on commit 6cf67fd

Please sign in to comment.