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:
committed by
GitHub
parent
32c7703702
commit
3a7b150a2d
@ -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
|
||||
|
Reference in New Issue
Block a user