Skip to content

Commit 829e6b4

Browse files
robmsmtCopilot
andauthored
Update Makefile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0c36ecc commit 829e6b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install-dev:
77
@command -v taplo >/dev/null 2>&1 || { \
88
echo ""; \
99
echo "WARNING: 'taplo' not found on PATH."; \
10-
echo " Install it for 'make format' / pre-commit to work:"; \
10+
echo " Install it for 'make format' and 'make tomlfmt' to work:"; \
1111
echo " macOS: brew install taplo"; \
1212
echo " Linux: curl -fsSL https://github.com/tamasfe/taplo/releases/download/0.9.3/taplo-full-linux-x86_64.gz | gzip -d > /usr/local/bin/taplo && chmod +x /usr/local/bin/taplo"; \
1313
echo ""; \

0 commit comments

Comments
 (0)