Skip to content

Commit 3bda40b

Browse files
authored
Update request.rb
1 parent 6fc8c9b commit 3bda40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/travis/scheduler/serialize/worker/request.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def pull_request_head_slug
2222
end
2323

2424
def pull_request_title
25-
pull_request ? pull_request.head_repo_title : pull_request_head_repo['title']
25+
pull_request ? pull_request.title : pull_request_head['title']
2626
end
2727

2828
private

0 commit comments

Comments
 (0)