kalamuna / kalastack

Local development environment for drupal
Other
43 stars 21 forks source link

Added Integer typecast. #78

Closed tz-earl closed 10 years ago

tz-earl commented 10 years ago

While attempting to install/use kalastack on my Windows 7 system, "vagrant up" command gave error

Vagrantfile:55:in `>': comparison of String with 12288 failed (ArgumentError)

This fix adds the Integer typecast so that var hostmem is assigned a value of type Integer, not String.


You guys are doing great work. Thanks so much. Look forward to getting kalastack working.

Btw, I'm new to github and the proper workflow for making contributions, so please let me know if I'm not following the proper procedures.

pirog commented 10 years ago

Nice, havent really had a lot of testing on Windows. Does this actually end up working with this fix? Let me give it a quite trial run on *NIX and then i'll roll it in.

pirog commented 10 years ago

This seems to be OK. Going to merge it in. Thanks so much @tz-earl !