From 8c9ea410681e6d3afd0fcdfe3496565e6f4ccf1d Mon Sep 17 00:00:00 2001 From: spoelstraethan <56567427+spoelstraethan@users.noreply.github.com> Date: Thu, 28 Apr 2022 10:36:59 -0500 Subject: [PATCH] Make correct code match the companion error's actually correct example --- SC1042.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1042.md b/SC1042.md index 6110185..7ff6528 100644 --- a/SC1042.md +++ b/SC1042.md @@ -13,7 +13,7 @@ Hello World ```bash #!/bin/bash -cat <<-eof +cat <<- eof Hello World eof ```