Skip to content

Commit

Permalink
chore: minor variable name change according review comment with bird
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
  • Loading branch information
daniel-hutao committed Aug 9, 2022
1 parent 7b15477 commit 0a7c823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/configmanager/configmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ type Manager struct {
ConfigFile string
}

func NewManager(ConfigFileName string) *Manager {
func NewManager(configFileName string) *Manager {
return &Manager{
ConfigFile: ConfigFileName,
ConfigFile: configFileName,
}
}

Expand Down

0 comments on commit 0a7c823

Please sign in to comment.