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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Nov 28 13:36:27 UTC 2014


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

The following commit has been merged in the master branch:
commit 1e4b117a9180453e893ff462280cd8bf6a318320
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Nov 28 12:54:33 2014 +0100

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

diff --git a/lib/lp.rb b/lib/lp.rb
index 765aedb..f41ccae 100644
--- a/lib/lp.rb
+++ b/lib/lp.rb
@@ -115,7 +115,7 @@ module Launchpad
         def self.from_url(url)
             uri = URI(url)
             data = Launchpad::token.get(uri.path)
-            return Rubber::from_json(data)`
+            return Rubber::from_json(data)
         end
     end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list