1
0
mirror of https://github.com/mgerb/top-of-reddit synced 2026-01-11 11:02:51 +00:00

update push git commands

This commit is contained in:
2018-02-28 07:41:46 -06:00
parent 62ea5ab937
commit ab646056dd

View File

@@ -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
}