Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Gryglicki <[email protected]>
  • Loading branch information
lukaszgryglicki committed Nov 4, 2024
1 parent 434be58 commit 01a53d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ type Ctx struct {
WebsiteData bool // From GHA2DB_WEBSITEDATA, devstats tool, run website_data just after sync is complete, default false.
SkipUpdateEvents bool // From GHA2DB_SKIP_UPDATE_EVENTS, ghapi2db tool, drop and recreate artificial events if their state differs, default false
ComputePeriods map[string]map[bool]struct{} // From GHA2DB_FORCE_PERIODS, gha2db_sync tool, force recompute only given periods, "y10:t,m:f,...", default ""
AutoFetchCommits bool // From GHA2DB_NO_AUTOFETCHCOMMITS, ghapi2db, disable fetching from last enriched commit data, it will fetch from 'RecentRange instead, AutoFetchCommits is enabled by default
AutoFetchCommits bool // From GHA2DB_NO_AUTOFETCHCOMMITS, ghapi2db, disable fetching from last enriched commit data, it will fetch from RecentRange instead, AutoFetchCommits is enabled by default
SkipTags bool // From GHA2DB_SKIP_TAGS, gha2db_sync tool, skip calling tags tool, default false
SkipAnnotations bool // From GHA2DB_SKIP_ANNOTATIONS, gha2db_sync tool, skip calling annotations tool, default false
SkipColumns bool // From GHA2DB_SKIP_COLUMNS, gha2db_sync tool, skip calling columns tool, default false
Expand Down

0 comments on commit 01a53d4

Please sign in to comment.