Skip to content

Commit 317d16d

Browse files
committed
update custom header section to point to teh new setting
1 parent 4bacb36 commit 317d16d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/usage/writing-your-scripts.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Any code within the `src/initialize.sh` file will be called before anything else
105105
in your generated bash script.
106106

107107
!!!success Tip
108-
If your script defines [`Environment Variables`](/configuration/environment-variable)
108+
If your script defines [Environment Variables](/configuration/environment-variable)
109109
with [`default`](/configuration/environment-variable/#default) values, these
110110
values will be available to you in the `initialize.sh` file.
111111
!!!
@@ -128,6 +128,11 @@ Be sure to start your header with a shebang:
128128
`#!/usr/bin/env bash`{style="white-space: nowrap;"}
129129
!!!
130130

131+
!!!success Tip
132+
If you just want to remove the header comment, you can adjust the
133+
[`enable_header_comment`](/usage/settings/#enable_header_comment) setting instead.
134+
!!!
135+
131136
## Hidden comments
132137

133138
Any comment in your source files that begins with two `#` symbols, will be

0 commit comments

Comments
 (0)