We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150e8b0 commit 5ad3bc0Copy full SHA for 5ad3bc0
examples/heredoc/README.md
@@ -33,7 +33,8 @@ version: 0.1.0
33
## `src/root_command.sh`
34
35
```bash
36
-echo "$(message1)"
+text="$(message1)"
37
+echo "$text"
38
```
39
40
## `src/lib/heredocs.sh`
examples/heredoc/src/root_command.sh
@@ -1 +1,2 @@
1
2
0 commit comments