Remove extra newline in default crontab
This commit is contained in:
@@ -29,8 +29,7 @@ const commonPatternsMenu = [
|
||||
{ label: t('app.cron.commonPattern.service'), action: () => addCommonPattern('@service') }
|
||||
];
|
||||
|
||||
const crontabDefault = `
|
||||
# +------------------------ minute (0 - 59)
|
||||
const crontabDefault = `# +------------------------ minute (0 - 59)
|
||||
# | +------------------- hour (0 - 23)
|
||||
# | | +-------------- day of month (1 - 31)
|
||||
# | | | +--------- month (1 - 12)
|
||||
|
||||
Reference in New Issue
Block a user