[DRE-commits] [vagrant-libvirt] 13/163: fix typo

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


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

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

commit 3a6314711cb3b9b908cb71daa67806a191caeb4f
Author: Joe Julian <me at joejulian.name>
Date:   Wed Jul 16 15:01:59 2014 -0700

    fix typo
---
 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 41d5677..0d45f47 100644
--- a/lib/vagrant-libvirt/action/create_network_interfaces.rb
+++ b/lib/vagrant-libvirt/action/create_network_interfaces.rb
@@ -81,7 +81,7 @@ module VagrantPlugins
             message = "Creating network interface eth#{@iface_number}"
             message << " connected to network #{@network_name}."
             if @mac
-              @mac = mac.scan(/(\h{2})/).join(':')
+              @mac = @mac.scan(/(\h{2})/).join(':')
               message << " Using MAC address: #{@mac}"
             end
             @logger.info(message)

-- 
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