Skip to content

Commit

Permalink
fix #35 consider vagrant images is the default
Browse files Browse the repository at this point in the history
polish
  • Loading branch information
mhewedy committed Dec 9, 2020
1 parent d2a705a commit 4708903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/vagrant/image_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 4708903

Please sign in to comment.