Skip to content

Commit

Permalink
fix failing spall chacker
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKuchin committed Dec 30, 2023
1 parent 24c411a commit 6c7568d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
youtube
api
cidr
dhcp
github
GWIPBy
ipam
ivankuchin
php
phpipamsync
Rignore
spf
unmarshalling
yaml
2 changes: 1 addition & 1 deletion internal/config_reader/config_reader_yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
type YAMLConfigReader struct {
}

func (ycr *YAMLConfigReader) GetConfig() (*Config, error) {
func (config_reader *YAMLConfigReader) GetConfig() (*Config, error) {
home_dir, err := os.UserHomeDir()
if err != nil {
log.Fatalf("ERROR: %v\n", err.Error())
Expand Down

0 comments on commit 6c7568d

Please sign in to comment.