From 61ecffe2e7b95ae2294f03d2fa3ef3cc7da9f613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Thu, 9 Mar 2023 02:19:23 -0300 Subject: [PATCH] Fix typo. --- bin/assets/plugins/formatters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/assets/plugins/formatters.json b/bin/assets/plugins/formatters.json index cdaff276c..a2c3b8439 100644 --- a/bin/assets/plugins/formatters.json +++ b/bin/assets/plugins/formatters.json @@ -65,7 +65,7 @@ { "language": "haskell", "file_patterns": ["%.hs$"], - "command": "ornolu $FILENAME" + "command": "ormolu $FILENAME" } ] }