Skip to content

Commit 857c759

Browse files
committed
add more context for config variable usage
1 parent 4874488 commit 857c759

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

provisioner/shell/provisioner.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ type Config struct {
6767
// name of the tmp environment variable file, if UseEnvVarFile is true
6868
envVarFile string
6969

70-
// If user provided a shebang for inline scripts
70+
// Set true if user provided a shebang for inline scripts.
71+
// This is used to determine if the default shebang must be used
72+
// or should be taken from inline commands
7173
inlineShebangDefined bool
7274

7375
ctx interpolate.Context

0 commit comments

Comments
 (0)