mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
refactor: remove fetch call
This commit is contained in:
@@ -138,11 +138,6 @@ func Execute() {
|
||||
// check for update
|
||||
check_update()
|
||||
|
||||
err := utils.FetchConfig()
|
||||
if err != nil {
|
||||
panic(fmt.Sprintf("Error fetching config: %v", err))
|
||||
}
|
||||
|
||||
// author file check
|
||||
author_file, err := utils.CheckAuthorFile(os.Stdin, os.Stdout)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user