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 da86c64 commit ab6e1e6Copy full SHA for ab6e1e6
lib/pgpm/podman.rb
@@ -8,8 +8,8 @@ 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
- $stderr.print(out.strip) if print_stdout
12
- warn err
+ $stderr.print(out) if print_stdout
+ warn err if err
13
end
14
15
result.out
0 commit comments