fix: typo
This commit is contained in:
parent
d71dd56b46
commit
37ef0d77f2
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue