From ab646056dd181950fd6db0de27cc33bd04680efe Mon Sep 17 00:00:00 2001 From: top-of-reddit Date: Wed, 28 Feb 2018 07:41:46 -0600 Subject: [PATCH] update push git commands --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 6a55ff49..7653b6c3 100644 --- a/src/main.go +++ b/src/main.go @@ -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 }