From 59644078a3f7e5c6363748d904b533cd23e18672 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 19 Jul 2016 20:48:44 +0200 Subject: [PATCH] Typo fixed --- app/views/json/screenshots.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/json/screenshots.json.jbuilder b/app/views/json/screenshots.json.jbuilder index d822ba9..39588f4 100644 --- a/app/views/json/screenshots.json.jbuilder +++ b/app/views/json/screenshots.json.jbuilder @@ -3,7 +3,7 @@ json.cache! ['json_screenshots'], expires_in: 1.hour do p = s.package json.extract! s, :version json.extract! p, :maintainer, :name, :section, :maintainer_email, :homepage, :description - json.url url_for(p, protocol: 'https) + json.url url_for(p, protocol: 'https') json.small_image_url "https://#{request.host_with_port}#{s.image.url(:thumb, timestamp: false)}" json.large_image_url "https://#{request.host_with_port}#{s.image.url(:large, timestamp: false)}" end