From 3fb7c35286ebc5b598b817633acf9d4717c95d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Hendricksen?= Date: Thu, 7 Jul 2016 01:30:35 -0400 Subject: [PATCH] copy pasta fix --- lib/travis/api/v3/services/settings/find.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/api/v3/services/settings/find.rb b/lib/travis/api/v3/services/settings/find.rb index bd7c08c9..3dff2eb8 100644 --- a/lib/travis/api/v3/services/settings/find.rb +++ b/lib/travis/api/v3/services/settings/find.rb @@ -1,7 +1,7 @@ module Travis::API::V3 class Services::Settings::Find < Service def run! - repository = check_login_and_find(:repository) + repo = check_login_and_find(:repository) find(:settings, repo) end end