From d6aacadc4edf3ef7bf4eff90dc714684ec120d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Sat, 25 May 2019 00:32:29 +0200 Subject: [PATCH] make :robot: happy --- app/models/reviewable_sensitivity_setting.rb | 1 - lib/discourse_ip_info.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/models/reviewable_sensitivity_setting.rb b/app/models/reviewable_sensitivity_setting.rb index 1d83c46a0de..1135c03a0df 100644 --- a/app/models/reviewable_sensitivity_setting.rb +++ b/app/models/reviewable_sensitivity_setting.rb @@ -19,4 +19,3 @@ class ReviewableSensitivitySetting < EnumSiteSetting end end - diff --git a/lib/discourse_ip_info.rb b/lib/discourse_ip_info.rb index 74abbbd2509..0af821e5864 100644 --- a/lib/discourse_ip_info.rb +++ b/lib/discourse_ip_info.rb @@ -33,7 +33,7 @@ class DiscourseIpInfo max_file_size: 100.megabytes, tmp_file_name: "#{name}.gz" ) - + Discourse::Utils.execute_command("gunzip", gz_file.path) path = gz_file.path.sub(/\.gz\z/, "")