From b6c813fe1f8ef01cff1a0c5aebc38458f0e5573f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bary=C5=82a?= Date: Mon, 22 Jan 2024 18:11:06 +0100 Subject: [PATCH] CONTRIBUTING.MD: Remove redundant backtick This backtick is unnecessary, but breaks syntax highlighting in VSCode. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ebf45c46b..7674fe08f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ When on non-Linux machine, however, it can be impossible to connect to container If you are using macOS, we provide a `dockerized-test` make target for running tests inside another Docker container: ```bash make dockerized-test -```` +``` If working on Windows, run tests in WSL. The above commands will leave a running ScyllaDB cluster in the background.