summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-28 21:15:24 -0600
committerJeff Carr <[email protected]>2025-01-29 12:18:16 -0600
commiteee88af0ce0afd82046985572d2bea0090c7e087 (patch)
tree95a1955604a9609f1c67e503ea43d21700d2dc25 /doPull.go
parentbb7937bb792919e37a1bd94acd8a54f5824f7a50 (diff)
general usefulness
Diffstat (limited to 'doPull.go')
-rw-r--r--doPull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPull.go b/doPull.go
index 1604800..41e7815 100644
--- a/doPull.go
+++ b/doPull.go
@@ -14,7 +14,7 @@ func rillPull(repo *gitpb.Repo) error {
return nil
}
t, _ := repo.LastGitPull()
- if time.Since(t) < time.Hour {
+ if time.Since(t) < time.Minute*10 {
if argv.Verbose {
log.Info(repo.GetFullPath(), "git pulled too recently", shell.FormatDuration(time.Since(t)))
}