From d4e5db8d79b6b73248e83e77ff4365ba4e5c43b3 Mon Sep 17 00:00:00 2001 From: sai chintalapudi Date: Wed, 23 Dec 2015 13:04:28 -0800 Subject: [PATCH] remove extra arg in self.globals --- lib/cisco_node_utils/portchannel_global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cisco_node_utils/portchannel_global.rb b/lib/cisco_node_utils/portchannel_global.rb index 59040a7e..a545d3ae 100644 --- a/lib/cisco_node_utils/portchannel_global.rb +++ b/lib/cisco_node_utils/portchannel_global.rb @@ -31,7 +31,7 @@ def self.globals hash = {} # if the key already exists, no need create instance hash['default'] = - PortChannelGlobal.new('default', false) + PortChannelGlobal.new('default') hash end