chore: enable autoPull #57

Merged
xpamych merged 1 commits from Maks1mS/ALR:enable-autopull into master 2025-03-23 10:30:35 +00:00

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