summaryrefslogtreecommitdiff
path: root/lib/system_check/helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system_check/helpers.rb')
-rw-r--r--lib/system_check/helpers.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/system_check/helpers.rb b/lib/system_check/helpers.rb
index 07d479848fe..8fbfe7af713 100644
--- a/lib/system_check/helpers.rb
+++ b/lib/system_check/helpers.rb
@@ -57,11 +57,7 @@ module SystemCheck
end
def should_sanitize?
- if ENV['SANITIZE'] == 'true'
- true
- else
- false
- end
+ ENV['SANITIZE'] == 'true'
end
def omnibus_gitlab?