Make master a string.
This commit is contained in:
parent
3f16100247
commit
b81b24b3ce
|
@ -43,7 +43,7 @@ module Travis::Api::App::Responders
|
|||
end
|
||||
|
||||
def branch
|
||||
params[:branch].present? ? params[:branch] : master
|
||||
params[:branch].present? ? params[:branch] : 'master'
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in New Issue
Block a user