Skip to content

Commit

Permalink
Fix augeas dump output
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Oct 1, 2024
1 parent d48a162 commit 8dc570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Rex/Commands/Augeas.pm
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Dump the contents of a file to STDOUT.

if ( $is_ssh || $use_augtool ) {
my $output = _run_augtool("print $aug_key");
print $output->{'return'};
say $output->{'return'};
}
else {
$aug->print($aug_key);
Expand Down

0 comments on commit 8dc570a

Please sign in to comment.