mirror of
https://github.com/mgerb/top-of-reddit
synced 2026-01-11 19:12:50 +00:00
don't exit if can't push to github
This commit is contained in:
@@ -138,8 +138,7 @@ func checkDateChange(db *bolt.DB) {
|
||||
err = pushToGithub()
|
||||
|
||||
if err != nil {
|
||||
log.Println("Error pushing")
|
||||
return err
|
||||
log.Println("Error pushing to Github - Continuing")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user