Skip to content

Commit

Permalink
Update plugins/ngrok/provisioner.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andi Titu <45081667+AndyTitu@users.noreply.github.com>
  • Loading branch information
MOmarMiraj and AndyTitu authored Jul 12, 2024
1 parent 7d1fd21 commit aeb2307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ngrok/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ func (f fileProvisioner) Deprovision(ctx context.Context, in sdk.DeprovisionInpu
}

func (f fileProvisioner) Description() string {
return "If ngrok version is 3.2.1 or higher than provision ngrok credentials as environment variables NGROK_AUTH_TOKEN and NGROK_API_KEY otherwise config file aware provisioner. It will first check if an already existing config file is present."
return "If ngrok version is 3.2.1 or higher then provision ngrok credentials as the environment variables NGROK_AUTH_TOKEN and NGROK_API_KEY, otherwise use config file aware provisioner. It will first check if an already existing config file is present."
}

0 comments on commit aeb2307

Please sign in to comment.