Make correct code match the companion error's actually correct example

spoelstraethan
2022-04-28 10:36:59 -05:00
parent c7ae66de5d
commit 8c9ea41068

@@ -13,7 +13,7 @@ Hello World
```bash
#!/bin/bash
cat <<-eof
cat <<- eof
Hello World
eof
```