mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-05 19:34:29 +08:00
BUG: TypeScript typing: Renamed directory (#1979)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
32c7703702
commit
3a7b150a2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue