diff options
Diffstat (limited to 'cli/app')
-rw-r--r-- | cli/app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/Main.hs b/cli/app/Main.hs index e8d9605..3584d72 100644 --- a/cli/app/Main.hs +++ b/cli/app/Main.hs @@ -112,5 +112,5 @@ main = =<< J.throwDecode =<< LB.getContents CollectionSchema (Collection cn) -> - LB.putStr . J.encodePretty + LB.putStr . J.encodePretty @J.Value =<< ACMS.API.REST.Collection.schema cn |