Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic authored Aug 19, 2023
1 parent ec9d0e5 commit 7a54fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-zones/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def zoneniczloginsetup_dladm(uii, opts, mac)
interface = entries[2] if e_mac.match(/#{mac}/)
end

delete_if = interface.match(/--/) ? "" : "pfexec ipadm delete-if #{device} && "
delete_if = interface.match(/--/) ? '' : "pfexec ipadm delete-if #{device} && "
rename_link = "pfexec dladm rename-link #{device} #{vnic_name} && "
if_create = "pfexec ipadm create-if #{vnic_name}"
static_addr = "pfexec ipadm create-addr -T static -a #{ip}/#{shrtsubnet} #{vnic_name}/v4vagrant"
Expand Down

0 comments on commit 7a54fc9

Please sign in to comment.