mirror of
https://github.com/mgerb/top-of-reddit
synced 2026-01-11 19:12:50 +00:00
update push git commands
This commit is contained in:
@@ -339,7 +339,7 @@ func pushToGithub() error {
|
||||
fmt.Println("Pushing to Github...")
|
||||
commitMessage := "Adding posts for " + string(getYesterdayBucket())
|
||||
|
||||
out, err := exec.Command("git", "add", ".").Output()
|
||||
out, err := exec.Command("git", "add", "-A").Output()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user