Skip to content

Commit

Permalink
F #4089: Merge LXD code. Linting. STDERR fix
Browse files Browse the repository at this point in the history
co-authored-by: Christian González <[email protected]>
  • Loading branch information
rsmontero and Christian González committed Feb 26, 2020
1 parent 098e9b9 commit 3b50732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_mad/remotes/lib/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def self.execute_once(cmd, lock)
def self.execute_rc_log(cmd, lock = false)
rc, _stdout, stderr = execute(cmd, lock)

puts stderr unless rc.zero?
STDERR.puts stderr unless rc.zero?

rc.zero?
end
Expand Down

0 comments on commit 3b50732

Please sign in to comment.