Skip to content

Commit

Permalink
Enable packages by default again (as described by docs) (go-gitea#19746)
Browse files Browse the repository at this point in the history
  • Loading branch information
delvh authored and AbdulrhmnGhanem committed Aug 23, 2022
1 parent f9e744f commit 642b4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/setting/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func newRepository() {
log.Fatal("Failed to map Repository.PullRequest settings: %v", err)
}

if !Cfg.Section("packages").Key("ENABLED").MustBool(false) {
if !Cfg.Section("packages").Key("ENABLED").MustBool(true) {
Repository.DisabledRepoUnits = append(Repository.DisabledRepoUnits, "repo.packages")
}

Expand Down

0 comments on commit 642b4dd

Please sign in to comment.