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
  • Loading branch information
RahulGautamSingh authored Dec 22, 2024
1 parent 88e3d6b commit ef0052a
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, ', ''),
) + ` (${cron})`,
) + ` ( ${cron} )`,
)
.join(', ');
} catch {
Expand Down

0 comments on commit ef0052a

Please sign in to comment.