diff --git a/tools/block-generator/runner/run.go b/tools/block-generator/runner/run.go index a003a95e49..f2e1c1fc1f 100644 --- a/tools/block-generator/runner/run.go +++ b/tools/block-generator/runner/run.go @@ -43,10 +43,10 @@ import ( "github.com/algorand/go-algorand/tools/block-generator/util" ) -//go:embed template/conduit_pg.yml.tmpl +//go:embed template/conduit_pg_exporter.tmpl var conduitPostgresConfigTmpl string -//go:embed template/conduit_fe.yml.tmpl +//go:embed template/conduit_file_exporter.tmpl var conduitFileExporterConfigTmpl string const pad = " " diff --git a/tools/block-generator/runner/template/conduit_fe.yml.tmpl b/tools/block-generator/runner/template/conduit_file_exporter.tmpl similarity index 100% rename from tools/block-generator/runner/template/conduit_fe.yml.tmpl rename to tools/block-generator/runner/template/conduit_file_exporter.tmpl diff --git a/tools/block-generator/runner/template/conduit_pg.yml.tmpl b/tools/block-generator/runner/template/conduit_pg_exporter.tmpl similarity index 100% rename from tools/block-generator/runner/template/conduit_pg.yml.tmpl rename to tools/block-generator/runner/template/conduit_pg_exporter.tmpl