diff --git a/lib/travis/api/v3/services.rb b/lib/travis/api/v3/services.rb index 5098e10f..06b235e5 100644 --- a/lib/travis/api/v3/services.rb +++ b/lib/travis/api/v3/services.rb @@ -4,7 +4,7 @@ module Travis::API::V3 Accounts = Module.new { extend Services } Branch = Module.new { extend Services } - Branch = Module.new { extend Services } + Branches = Module.new { extend Services } Build = Module.new { extend Services } Builds = Module.new { extend Services } Job = Module.new { extend Services }