[SCM] ci-tooling packaging branch, master, updated. 2a64552e66790fa35c1ac025e80c87ced7504f6f

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Dec 9 15:52:47 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=2a64552

The following commit has been merged in the master branch:
commit 2a64552e66790fa35c1ac025e80c87ced7504f6f
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Dec 9 16:49:52 2015 +0100

    fix method call
---
 lib/lp.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/lp.rb b/lib/lp.rb
index e22585a..4c27b4a 100644
--- a/lib/lp.rb
+++ b/lib/lp.rb
@@ -136,7 +136,7 @@ module Launchpad
   # @param uri [URI] to get
   # @return [String] body of response
   def self.get(uri)
-    return get_through_token if Launchpad.token
+    return get_through_token(uri) if Launchpad.token
 
     # Set cache control.
     # Launchpad employs server-side caching, which is nice but for our purposes

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list