[DRE-commits] [vagrant-libvirt] 09/67: remove erronous ,

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.14
in repository vagrant-libvirt.

commit 149253acd44e8008bd23096a71310db075bafd9b
Author: Mathilde Ffrench <ffrench.mathilde at gmail.com>
Date:   Tue Nov 19 19:25:31 2013 +0100

    remove erronous ,
---
 lib/vagrant-libvirt/action/create_network_interfaces.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vagrant-libvirt/action/create_network_interfaces.rb b/lib/vagrant-libvirt/action/create_network_interfaces.rb
index d74ea20..3f51b41 100644
--- a/lib/vagrant-libvirt/action/create_network_interfaces.rb
+++ b/lib/vagrant-libvirt/action/create_network_interfaces.rb
@@ -59,7 +59,7 @@ module VagrantPlugins
             # We have slot for interface, fill it with interface configuration.
             adapters[free_slot] = options
             adapters[free_slot][:network_name] = interface_network(
-              env[:libvirt_compute].client, adapters[free_slot], )
+              env[:libvirt_compute].client, adapters[free_slot])
           end
 
           # Create each interface as new domain device.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list