From 47089031cadc7d508a0046f59b25ec64a8bf0ff4 Mon Sep 17 00:00:00 2001 From: Muhammad Hewedy Date: Thu, 10 Dec 2020 02:12:33 +0300 Subject: [PATCH] fix #35 consider vagrant images is the default polish --- images/vagrant/image_url.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }