jonschipp / vagrant

Vagrant files and related
79 stars 21 forks source link

Clean up install_islet() function #6

Closed jonathonklem closed 9 years ago

jonathonklem commented 10 years ago

The if statement makes more sense like this. Unless I'm missing something it should be safe to assume that the islet directory will not exist when provisioning a fresh system, so it now tries to run the clone and if the directory doesn't exist after that it dies.