rename bundle.toml to bundles.toml

This commit is contained in:
vyzo 2022-05-12 21:14:03 +03:00
parent 515a2dba8f
commit 30d339842e
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
var NetworkBundle string
//go:embed bundle.toml
//go:embed bundles.toml
var BuiltinActorBundles []byte
type BundleSpec struct {