forked from Plemya-x/ALR
		
	Merge pull request 'chore: enable autoPull' (#57) from Maks1mS/ALR:enable-autopull into master
Reviewed-on: Plemya-x/ALR#57 [Maks1mS] chore: enable autoPull
This commit is contained in:
		@@ -41,7 +41,7 @@ var defaultConfig = &types.Config{
 | 
				
			|||||||
	RootCmd:          "sudo",
 | 
						RootCmd:          "sudo",
 | 
				
			||||||
	PagerStyle:       "native",
 | 
						PagerStyle:       "native",
 | 
				
			||||||
	IgnorePkgUpdates: []string{},
 | 
						IgnorePkgUpdates: []string{},
 | 
				
			||||||
	AutoPull:         false,
 | 
						AutoPull:         true,
 | 
				
			||||||
	Repos:            []types.Repo{},
 | 
						Repos:            []types.Repo{},
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user