summaryrefslogtreecommitdiff
path: root/doCommon.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCommon.go')
-rw-r--r--doCommon.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/doCommon.go b/doCommon.go
index 817bcfd..ef58738 100644
--- a/doCommon.go
+++ b/doCommon.go
@@ -34,9 +34,6 @@ func doGitPull() {
}
func doGitReset() {
- if !argv.DoGitReset {
- return
- }
all := me.found.SortByFullPath()
for all.Scan() {
repo := all.Next()