From bb10d3173c819c0b9e5fb82bbc4a2bc445706739 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 08:27:56 +0300 Subject: [PATCH] docs: update --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index ac97df7..69d5a90 100755 --- a/test.sh +++ b/test.sh @@ -17,7 +17,8 @@ main() { esac done < README.md > readme_code - # Run shellcheck and source the code. + # Run shellcheck on the extracted code blocks + # and this test script itself. shellcheck -s sh readme_code test.sh || exit 1 }