Seravo / wordpress

The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
https://seravo.com
GNU General Public License v3.0
104 stars 54 forks source link

confirm-method in Vagrantfile ignores return value of ask(...) call. #26

Closed pixell closed 8 years ago

pixell commented 8 years ago

Confirm method in Vagrantfile does not work as expected. This is because the return value of ask method call is ignored here: https://github.com/Seravo/wordpress/blob/master/Vagrantfile#L292. So it always fallbacks to default value.

anttiviljami commented 8 years ago

Great catch! Pushed a fix. Thanks. :)