@cryptotaxi247 / kubo / commits / fde086d38

Point test at dist dir

Jessica Schilling committed Jul 24, 2020 at 16:35 UTC fde086d38a9c7f8e893d8c876f8b2ee38ffbdfda
1 file changed +1 -1
test/main.go
+1 -1
@@ -8,7 +8,7 @@ import (
8 "text/template"
9 )
10
11 -const templateFile = "../dir-index.html"
11 +const templateFile = "../dist/dir-index.html"
12
13 // Copied from go-ipfs/core/corehttp/gateway_indexPage.go
14 type listingTemplateData struct {