Skip to content
Snippets Groups Projects
Commit 91bd06d1 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'update-run-command' into 'master'

Fix a leftover call to the old run_command syntax

Closes #2740

See merge request !1908
parents 183bc0c1 0be5f20d
No related branches found
No related tags found
1 merge request!1908Fix a leftover call to the old run_command syntax
Loading
Loading
@@ -9,7 +9,7 @@ module GitlabCtl
module Util
class <<self
def get_command_output(command, user = nil)
shell_out = run_command(command, false, user)
shell_out = run_command(command, live: false, user: user)
 
begin
shell_out.error!
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment