chore: update linter (#1524)
This commit is contained in:
parent
d2455c5f53
commit
2de6e0b0c8
31 changed files with 97 additions and 25 deletions
|
@ -125,7 +125,7 @@ func generateDocumentation(m Model) error {
|
|||
}
|
||||
|
||||
func generateCLIHelp(models *Providers) error {
|
||||
filename := filepath.Join(cliOutput)
|
||||
filename := filepath.Clean(cliOutput)
|
||||
|
||||
file, err := os.Create(filename)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue