We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4874488 commit 857c759Copy full SHA for 857c759
provisioner/shell/provisioner.go
@@ -67,7 +67,9 @@ type Config struct {
67
// name of the tmp environment variable file, if UseEnvVarFile is true
68
envVarFile string
69
70
- // If user provided a shebang for inline scripts
+ // 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
73
inlineShebangDefined bool
74
75
ctx interpolate.Context
0 commit comments