From 951ae25c3ddce65786accddaf2c8ba90c54735eb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 16 Jun 2018 18:40:49 +1000 Subject: [PATCH] misc: cleanup --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 21cce2a..62b2b8f 100755 --- a/test.sh +++ b/test.sh @@ -158,7 +158,7 @@ main() { awk '/```sh$/{f=1;next}/```/{f=0}f' README.md > readme_code shellcheck -s bash --exclude=SC2034,SC2154 readme_code || exit 1 - # Get the code blocks from README.md + # Source the code blocks from README.md . readme_code head="-> Running tests on the Pure Bash Bible.."