fix build

This commit is contained in:
Craig Peterson 2017-01-13 12:25:17 -07:00
parent b8357f499a
commit e8486c6868
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -5,6 +5,6 @@ dnscontrol.exe
dnscontrol
dnsconfig.js
creds.json
integrationTest
integration
ExternalDNS
docs/_site

View file

@ -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")
}