summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Boisseau2024-04-23 09:34:43 +0200
committerGitHub2024-04-23 09:34:43 +0200
commit10e5ca4c48c1d5729ee877612b7d95dfe2636159 (patch)
tree8352d44836525d0fa6d052208c25b1f9136a58e6
parent468377f078c5d01ec909f1927b329dec13dd46fd (diff)
Typo
Co-authored-by: Son HO <hosonmarc@gmail.com>
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5817ee33..f77bd23b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,7 +41,7 @@
];
buildPhase = ''
if ! dune build @fmt; then
- echo 'ERROR: Code is not fmrmatted. Run `make format` to format the project files'.
+ echo 'ERROR: Code is not formatted. Run `make format` to format the project files'.
exit 1
fi
'';