Skip to content

Commit

Permalink
Update lib/workers/repository/update/pr/body/config-description.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
RahulGautamSingh and viceice authored Dec 22, 2024
1 parent 77d1e0e commit 88e3d6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function getReadableCronSchedule(scheduleText: string[]): string | null {
throwExceptionOnParseError: false,
})
.replace('Every minute, ', ''),
) + ` ( ${String(cron)} )`,
) + ` (${cron})`,
)
.join(', ');
} catch {
Expand Down

0 comments on commit 88e3d6b

Please sign in to comment.