mirror of https://github.com/status-im/consul.git
agent: update assetfs output
This commit is contained in:
parent
e040616df1
commit
87c1283b73
|
@ -425,7 +425,7 @@ func _filePath(dir, name string) string {
|
|||
|
||||
func assetFS() *assetfs.AssetFS {
|
||||
for k := range _bintree.Children {
|
||||
return &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, Prefix: k}
|
||||
return &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: AssetInfo, Prefix: k}
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue