mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-28 15:36:27 +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,
|
throwExceptionOnParseError: false,
|
||||||
})
|
})
|
||||||
.replace('Every minute, ', ''),
|
.replace('Every minute, ', ''),
|
||||||
) + ` (${cron})`,
|
) + ` ( ${cron} )`,
|
||||||
)
|
)
|
||||||
.join(', ');
|
.join(', ');
|
||||||
} catch {
|
} catch {
|
||||||
|
|
Loading…
Reference in a new issue