Skip to content

Commit

Permalink
feat: version 14.35
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Nov 17, 2023
1 parent 967fe95 commit f7515da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func Generate(g Git) (*GenerationInfo, map[string]string, error) {
docsLanguages := environment.GetDocsLanguages()
docsLanguages = strings.ReplaceAll(docsLanguages, "\\n", "\n")
docsLangs := []string{}
if err := yaml.Unmarshal([]byte(docsLanguages), &docsLanguages); err != nil {
if err := yaml.Unmarshal([]byte(docsLanguages), &docsLangs); err != nil {
return nil, outputs, fmt.Errorf("failed to parse docs languages: %w", err)
}

Expand Down

0 comments on commit f7515da

Please sign in to comment.