summaryrefslogtreecommitdiff
path: root/lib/system_check/simple_executor.rb
diff options
context:
space:
mode:
authorMaxim Rydkin <maks.rydkin@gmail.com>2017-08-24 20:01:22 +0300
committerMaxim Rydkin <maks.rydkin@gmail.com>2017-08-29 11:14:42 +0300
commit78c5d4ddc2af74f352d4871689c7b8451b612b13 (patch)
tree42889185840ff622b550b8fdf62f11cfd458f230 /lib/system_check/simple_executor.rb
parent6a56bec735c7434c85e3b8776b8413d3bdcb93ec (diff)
downloadgitlab-ce-78c5d4ddc2af74f352d4871689c7b8451b612b13.tar.gz
replace `is_multi_check?` with `multi_check?`
Diffstat (limited to 'lib/system_check/simple_executor.rb')
-rw-r--r--lib/system_check/simple_executor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_check/simple_executor.rb b/lib/system_check/simple_executor.rb
index e5986612908..6604b1078cf 100644
--- a/lib/system_check/simple_executor.rb
+++ b/lib/system_check/simple_executor.rb
@@ -53,7 +53,7 @@ module SystemCheck
end
# When implements a multi check, we don't control the output
- if check.is_multi_check?
+ if check.multi_check?
check.multi_check
return
end