Fix coding standards in Remote (extra parentheses)
This commit is contained in:
parent
9251c6af8e
commit
9422705ad4
@ -34,7 +34,7 @@ module Producer
|
||||
output << data
|
||||
end
|
||||
|
||||
ch.on_request('exit-status') do |c, data|
|
||||
ch.on_request 'exit-status' do |c, data|
|
||||
exit_status = data.read_long
|
||||
raise RemoteCommandExecutionError if exit_status != 0
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user