Fix typo.
This commit is contained in:
parent
e726b1b697
commit
415d266f61
|
@ -49,7 +49,7 @@ module Travis::Api::App::Responders
|
|||
|
||||
def build(repository)
|
||||
if branch.present?
|
||||
repository.last_complete_build(branch)
|
||||
repository.last_completed_build(branch)
|
||||
else
|
||||
repository.last_build
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user