Fix line too long warning

This commit is contained in:
VetheonGames 2023-07-30 16:08:44 -06:00
parent e55cbadec4
commit 26ad9a667e

3
rub2
View File

@ -25,7 +25,8 @@ begin
remote_backups = b2_enabled ? `./b2 ls #{config['b2']['bucket_name']}`.split("\n") : []
if local_backups.empty? && remote_backups.empty?
logger.error('No backup found. Please ensure a backup exists in the local directory or in the B2 bucket (if B2 is enabled).')
logger.error('No backup found. Please ensure a backup exists in the local directory
or in the B2 bucket (if B2 is enabled).')
exit 1
end