mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
config.go: rename parseConfig to configParse
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
func parseConfig() error {
|
||||
func configParse() error {
|
||||
binPath, err := filepath.Abs(filepath.Dir(os.Args[0]))
|
||||
if err != nil {
|
||||
logger.Errorf("cannot load binary path: %v", err)
|
||||
|
Reference in New Issue
Block a user