Skip to content

Commit

Permalink
Missed renam
Browse files Browse the repository at this point in the history
ing the function earlier
  • Loading branch information
arunsathiya committed Mar 27, 2023
1 parent 3919588 commit 71c06b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ngrok/provisioner.go
Expand Up @@ -28,7 +28,7 @@ const (
type fileProvisioner struct {
}

func newNgrokProvisioner() sdk.Provisioner {
func ngrokProvisioner() sdk.Provisioner {
cmd := exec.Command("ngrok", "--version")
versionByte, err := cmd.Output()
if err != nil {
Expand Down

0 comments on commit 71c06b5

Please sign in to comment.