From aa5f2d1d8bf615f1a75ae956bbc8f424d35afa19 Mon Sep 17 00:00:00 2001 From: Azareal Date: Wed, 4 Apr 2018 09:12:38 +0100 Subject: [PATCH] Testing the updater... --- updater/main.go | 1 - 1 file changed, 1 deletion(-) 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")