mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Libvirt] corrected typo for appending string output to IO.popen
This commit is contained in:
parent
308569b016
commit
31ab178dac
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ module Fog
|
|||
# Execute the ip_command locally
|
||||
IO.popen("#{ip_command}") do |p|
|
||||
p.each_line do |l|
|
||||
ip_address=+l
|
||||
ip_address+=l
|
||||
end
|
||||
status=Process.waitpid2(p.pid)[1].exitstatus
|
||||
if status!=0
|
||||
|
|
Loading…
Reference in a new issue