mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-26 14:36:26 +00:00
Update lib/workers/repository/update/pr/body/config-description.ts
This commit is contained in:
parent
88e3d6bc61
commit
ef0052a157
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function getReadableCronSchedule(scheduleText: string[]): string | null {
|
|||
throwExceptionOnParseError: false,
|
||||
})
|
||||
.replace('Every minute, ', ''),
|
||||
) + ` (${cron})`,
|
||||
) + ` ( ${cron} )`,
|
||||
)
|
||||
.join(', ');
|
||||
} catch {
|
||||
|
|
Loading…
Reference in a new issue