Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Feb 21, 2022
1 parent 556ea53 commit aef13dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func GetContext(d c.Dependencies, options Options, configPath string) (c.Context
Groups: groups,
}

return context, nil
return context, err
}

func readConfig(fs afero.Fs, configPathOption string) (c.Config, error) {
Expand Down

0 comments on commit aef13dd

Please sign in to comment.