fix: typo

This commit is contained in:
Peter 2023-08-24 00:02:10 +02:00
parent d71dd56b46
commit 37ef0d77f2
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -72,7 +72,7 @@ func (g GoTool) Execute(ctx sdk.ExecutionContext) error {
state = g.state()
)
logger.Info("Ensuring got tool is installed")
logger.Info("Ensuring go tool is installed")
if p, err := exec.LookPath(binName); state == StateGlobal && err == nil {
logger.Info(