[WIP] v0.7.0 almost ready to release
This commit is contained in:
@ -16,8 +16,9 @@ var (
|
||||
)
|
||||
|
||||
func cron(cmd *cobra.Command, args []string) {
|
||||
parseS3Config()
|
||||
|
||||
opts := backy.NewOpts(cfgFile, backy.CronEnabled())
|
||||
opts := backy.NewOpts(cfgFile, backy.EnableCron())
|
||||
opts.InitConfig()
|
||||
opts.ReadConfig()
|
||||
|
||||
|
Reference in New Issue
Block a user