sciurus/vagrant-mutate

Allow using existing box that ends in box

Closed this issue · 0 comments

Now we assume anything that ends in '.box' is a path, which #34 demonstrates is not a safe assumption. The easy fix may be to change the logic to

if it contains '://'
  treat it as a URL
else if a file exists at that path
  treat it as a path
else
  treat it as the name of a box already loaded in vagrant