diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-03 12:39:22 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-03 12:39:22 +0200 |
| commit | 43b812e037a43a3295873971181f9cd004bea2c2 (patch) | |
| tree | 1aefc094f7a4ae2b9f1480d70c0f691ab32308eb /cmd | |
| parent | 355794f0b55ac7e6ea81efbefa438fd176ea0de6 (diff) | |
can also fetch first image for the preview
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gos/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gos/main.go b/cmd/gos/main.go index 55a9312..a14ba57 100644 --- a/cmd/gos/main.go +++ b/cmd/gos/main.go @@ -39,7 +39,7 @@ func main() { GosDir: *gosDir, Platforms: make(map[string]int), Target: *target, - MinQueued: *minQueued, // TODO: Document + MinQueued: *minQueued, PauseDays: *pauseDays, Lookback: time.Duration(*lookback) * time.Hour * 24, SecretsConfigPath: secretsConfigPath, |
