Skip to content

Commit

Permalink
Add newline after Update finished line
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and evgeni committed Jun 13, 2024
1 parent 20cdd9f commit 1c9e873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_maintain/update_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run_rollback
def finish_update
@finished = true
@reporter.hline
@reporter.puts("Update finished.")
@reporter.puts("Update finished.\n")
end

def storage
Expand Down

0 comments on commit 1c9e873

Please sign in to comment.