add some comment

This commit is contained in:
Kenta420 2023-11-16 11:03:26 +07:00
parent b43be0739e
commit 8b45ed53ee

View file

@ -36,7 +36,7 @@ func main() {
}()
// Spawn a goroutine to run git pull every 10 minutes
//go RunGitRecipeWorker()
//go RunGitRecipeWorker() // ** Use crontab instead **
err := s.Run()
if err != nil {