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 a77db28 commit 67fff70Copy full SHA for 67fff70
plugins/ngrok/provisioner.go
@@ -51,7 +51,7 @@ func HasEnvVarSupport() bool {
51
52
func (p ngrokProvisioner) Provision(ctx context.Context, in sdk.ProvisionInput, out *sdk.ProvisionOutput) {
53
54
- if ngrokProvisioner := HasEnvVarSupport(); ngrokProvisioner {
+ if HasEnvVarSupport() {
55
out.AddEnvVar("NGROK_AUTHTOKEN", in.ItemFields[fieldname.Authtoken])
56
out.AddEnvVar("NGROK_API_KEY", in.ItemFields[fieldname.APIKey])
57
return
0 commit comments