lib/semmy/tasks/branches.rb in semmy-0.1.0 vs lib/semmy/tasks/branches.rb in semmy-0.2.0

- old
+ new

@@ -7,10 +7,10 @@ namespace 'branches' do task 'create_stable' do name = config.stable_branch_name % VersionString.components(Project.version) - Shell.info("Creating stable branch #{name}...") + Shell.info("Creating stable branch #{name}.") git.branch(name).create end end