Update lib/workers/repository/update/pr/body/config-description.ts

This commit is contained in:
RahulGautamSingh 2024-12-22 19:16:09 +05:30 committed by GitHub
parent 88e3d6bc61
commit ef0052a157
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ function getReadableCronSchedule(scheduleText: string[]): string | null {
throwExceptionOnParseError: false,
})
.replace('Every minute, ', ''),
) + ` (${cron})`,
) + ` ( ${cron} )`,
)
.join(', ');
} catch {