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