Skip to content

Commit

Permalink
Update pkg/minikube/bootstrapper/bsutil/binaries.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Powell <[email protected]>
  • Loading branch information
ComradeProgrammer and spowelljr authored Mar 20, 2024
1 parent d3fd9b2 commit 8f572a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/bootstrapper/bsutil/binaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (

// TransferCrictl transfers the crictl binary to the machine to replace /usr/bin/crictl
func TransferCrictl(cfg config.KubernetesConfig, c command.Runner) error {
src, err := download.DownloadCrictlBinary(cfg.KubernetesVersion)
src, err := download.CrictlBinary(cfg.KubernetesVersion)
if err != nil {
return errors.Wrapf(err, "downloading crictl")
}
Expand Down

0 comments on commit 8f572a9

Please sign in to comment.