1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

BUG: TypeScript typing: Renamed directory (#1979)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata
2023-01-24 16:18:26 +01:00
committed by GitHub
parent 32c7703702
commit 3a7b150a2d

View File

@ -54,7 +54,7 @@ var returnTypes = map[string]string{
func generateFunctionTypes() (string, error) {
funcs := []Function{}
srcRoot := join("docs", "functions")
srcRoot := join("documentation", "functions")
types, err := os.ReadDir(srcRoot)
if err != nil {
return "", err