From 10661d63706c32ff1acadc7608f4a3c8d8a8851d Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Mon, 20 Dec 2021 11:41:45 +0000 Subject: [PATCH] Fix `$ $` typo. Well spotted, @kmilos. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a70e9f8..1a9d2e70 100644 --- a/README.md +++ b/README.md @@ -1027,7 +1027,7 @@ If you wish to run in verbose mode: ```bash $ cd /build -$ $ ctest -R bugfix --verbose +$ ctest -R bugfix --verbose ``` The bugfix tests are stored in directory tests/ and you can run them all with the command: