agent: update assetfs output

This commit is contained in:
Ryan Uber 2015-12-24 21:57:15 -05:00
parent e040616df1
commit 87c1283b73
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}