diff options
Diffstat (limited to 'src/Asset.hs')
| -rw-r--r-- | src/Asset.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Asset.hs b/src/Asset.hs index 72ffd54..37e332b 100644 --- a/src/Asset.hs +++ b/src/Asset.hs @@ -19,7 +19,7 @@ textAssetPath :: AssetPath -> Text textAssetPath (AssetPath path) = T.pack path instance ExprType Asset where - textExprType _ = "asset" + textExprType _ = "Asset" textExprValue asset = "asset:" <> textAssetPath (assetPath asset) recordMembers = |