sciurus / vagrant-mutate

Convert vagrant boxes to work with different providers
MIT License
281 stars 41 forks source link

Fix parse_identifier #35

Closed sciurus closed 10 years ago

sciurus commented 10 years ago

Instead of regular expression (which is wrong) I should look for a single '/' and split on it if it exists.