diff --git a/images/vagrant/image_url.go b/images/vagrant/image_url.go index 6e0533e..bf44979 100644 --- a/images/vagrant/image_url.go +++ b/images/vagrant/image_url.go @@ -62,7 +62,7 @@ func GetImageURL(image string) (string, error) { func filterByVersion(resp vagrantResp, user, imageName, imageVersion string) (provider, error) { if len(resp.Versions) == 0 { - return provider{}, fmt.Errorf("Cannot found vagrant image "+ + return provider{}, fmt.Errorf("Cannot find image "+ "at https://app.vagrantup.com/%s/boxes/%s", user, imageName) }