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