mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
refactor: change default scope to local to reduce confusion
This commit is contained in:
@@ -57,7 +57,7 @@ func LoadConfig() (*Config, error) {
|
|||||||
|
|
||||||
// Set default values
|
// Set default values
|
||||||
v.SetDefault("settings.author_file", defaultConfigLocations[0]+"/authors.json")
|
v.SetDefault("settings.author_file", defaultConfigLocations[0]+"/authors.json")
|
||||||
v.SetDefault("settings.starting_scope", "git")
|
v.SetDefault("settings.starting_scope", "local")
|
||||||
v.SetDefault("settings.editor", "built-in")
|
v.SetDefault("settings.editor", "built-in")
|
||||||
|
|
||||||
// Add search paths
|
// Add search paths
|
||||||
|
|||||||
Reference in New Issue
Block a user