We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d36b92 commit 109d3e5Copy full SHA for 109d3e5
lib/pgpm/podman.rb
@@ -8,7 +8,7 @@ module Pgpm
8
module Podman
9
def self.run(command, unhandled_reboot_mitigation: true, print_stdout: true)
10
result = TTY::Command.new(printer: :null).run("podman #{command}", pty: true) do |out, err|
11
- warn out if print_stdout
+ $stderr.print(out.strip) if print_stdout
12
warn err
13
end
14
0 commit comments