Commit f893b75d authored by Valery Sizov's avatar Valery Sizov

Merge branch 'es_minor_fix' into 'master'

[ES] Minor fix



See merge request !255
parents b3e45526 70d8ccf8
...@@ -23,7 +23,7 @@ module Elastic ...@@ -23,7 +23,7 @@ module Elastic
output, status = Gitlab::Popen.popen(command, nil, vars) output, status = Gitlab::Popen.popen(command, nil, vars)
raise Error, output.join("\n") unless status.zero? raise Error, output unless status.zero?
true true
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment