fix typo
This commit is contained in:
parent
95f630daeb
commit
09452715d3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Gitlab
|
|||
|
||||
def execute(cmd)
|
||||
output, status = Gitlab::Popen.popen(cmd)
|
||||
@shared.error(output.to_s) unless status_zero?
|
||||
@shared.error(output.to_s) unless status.zero?
|
||||
status.zero?
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue