From 6655e83d7d4095732e399ed8615afe1c054ebdb8 Mon Sep 17 00:00:00 2001 From: Max Hniebergall <137079448+maxhniebergall@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:44:10 -0400 Subject: [PATCH] Update style-guide.md (#2603) The command to fix the code styling was outdated --- docs/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style-guide.md b/docs/style-guide.md index 0864698f3f..53cb976928 100644 --- a/docs/style-guide.md +++ b/docs/style-guide.md @@ -19,7 +19,7 @@ Following you can find the rules enforced inside [`/specification`](../specifica } ``` -You can automatically apply them by running `make format-code`. +You can automatically apply them by running `make spec-format-fix`. Those rules are enforced in CI, if you don't follow them, the build will fail. ## Merge definitions