bin/gitscape in gitscape-1.5.3 vs bin/gitscape in gitscape-1.5.4

- old
+ new

@@ -63,9 +63,10 @@ case command_name when "hotfix_start" hotfix_branch = ARGV[1] Gitscape::Base.new.hotfix_start hotfix_branch, options when "hotfix_finish" + hotfix_branch = ARGV[1] Gitscape::Base.new.hotfix_finish hotfix_branch, options when "release_start" Gitscape::Base.new.release_start options when "release_finish" Gitscape::Base.new.release_finish options