chore: enable autoPull

This commit is contained in:
Maxim Slipenko 2025-03-23 13:28:33 +03:00
parent cbc6b9f452
commit 6c0e8aeb3f

@ -41,7 +41,7 @@ var defaultConfig = &types.Config{
RootCmd: "sudo",
PagerStyle: "native",
IgnorePkgUpdates: []string{},
AutoPull: false,
AutoPull: true,
Repos: []types.Repo{},
}