1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

L #-: Linting history.rb (#1803)

This commit is contained in:
Pavel Czerný 2022-02-22 16:25:53 +01:00 committed by GitHub
parent 10260bb65c
commit b9a207a080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,8 @@ module OneDBFsck
# DATA: FIX: Remove possibly corrupte showback values
unless @showback_delete.empty?
log_error('Removing possibly corrupted records from VM showback '\
"please run 'oneshowback calculate` to recalculate the showback")
"please run 'oneshowback calculate` to recalculate "\
'the showback')
end
@db.transaction do