diff --git a/updater/main.go b/updater/main.go index 44f2fece..0136bfa0 100644 --- a/updater/main.go +++ b/updater/main.go @@ -60,7 +60,6 @@ func updater(scanner *bufio.Scanner) bool { return logError(err) } - //err = workTree.Pull(&git.PullOptions{RemoteName: "origin"}) err = workTree.Pull(&git.PullOptions{Force: true}) if err == git.NoErrAlreadyUpToDate { fmt.Println("You are already up-to-date")