From fde086d38a9c7f8e893d8c876f8b2ee38ffbdfda Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Fri, 24 Jul 2020 16:35:14 -0600 Subject: [PATCH] Point test at dist dir --- test/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.go b/test/main.go index fc32083..541404b 100644 --- a/test/main.go +++ b/test/main.go @@ -8,7 +8,7 @@ import ( "text/template" ) -const templateFile = "../dir-index.html" +const templateFile = "../dist/dir-index.html" // Copied from go-ipfs/core/corehttp/gateway_indexPage.go type listingTemplateData struct { -- GitLab