mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-30 03:18:39 +08:00
fix build
This commit is contained in:
parent
b8357f499a
commit
e8486c6868
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,6 +5,6 @@ dnscontrol.exe
|
|||
dnscontrol
|
||||
dnsconfig.js
|
||||
creds.json
|
||||
integrationTest
|
||||
integration
|
||||
ExternalDNS
|
||||
docs/_site
|
2
js/js.go
2
js/js.go
|
@ -42,5 +42,5 @@ func ExecuteJavascript(script string, devMode bool) (*models.DNSConfig, error) {
|
|||
}
|
||||
|
||||
func GetHelpers(devMode bool) string {
|
||||
return FSMustString(devMode, "/helpers.js")
|
||||
return _escFSMustString(devMode, "/helpers.js")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue