mirror of
https://github.com/dokku/dokku.git
synced 2025-12-22 14:59:24 +01:00
7 lines
191 B
Go
7 lines
191 B
Go
package schedulerdockerlocal
|
|
|
|
// TriggerSchedulerCronWrite force updates the cron file for all apps
|
|
func TriggerSchedulerCronWrite(scheduler string) error {
|
|
return writeCronTab(scheduler)
|
|
}
|