diff options
author | Guillaume Boisseau | 2024-04-23 09:34:43 +0200 |
---|---|---|
committer | GitHub | 2024-04-23 09:34:43 +0200 |
commit | 10e5ca4c48c1d5729ee877612b7d95dfe2636159 (patch) | |
tree | 8352d44836525d0fa6d052208c25b1f9136a58e6 | |
parent | 468377f078c5d01ec909f1927b329dec13dd46fd (diff) |
Typo
Co-authored-by: Son HO <hosonmarc@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ''; |