Skip to content

Commit

Permalink
Rename provisioner function to ngrokProvisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Mar 27, 2023
1 parent 05e6aa1 commit 3919588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ngrok/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func Credentials() schema.CredentialType {
},
},
},
DefaultProvisioner: newNgrokProvisioner(),
DefaultProvisioner: ngrokProvisioner(),
Importer: importer.TryAll(
importer.TryEnvVarPair(defaultEnvVarMapping),
importer.MacOnly(
Expand Down

0 comments on commit 3919588

Please sign in to comment.