Github user rmetzger commented on a diff in the pull request:

    https://github.com/apache/bigtop/pull/111#discussion_r67134651
  
    --- Diff: bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile ---
    @@ -112,7 +113,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     
           bigtop.vm.provider :virtualbox do |vb|
             vb.customize ["modifyvm", :id, "--memory", CONF['memory_size']]
    -   vb.customize ['modifyvm', :id, '--cpus', CONF['number_cpus']]
    +        vb.customize ['modifyvm', :id, '--cpus', CONF['number_cpus']]
    --- End diff --
    
    Sure, I will undo the change. Its not an accidental change. The file is 
using spaces for indentation, and only this line uses tabs (which makes it look 
unaligned in some editors)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to