summaryrefslogtreecommitdiff
path: root/lib/leap_cli/config/tag.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/leap_cli/config/tag.rb')
-rw-r--r--lib/leap_cli/config/tag.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/leap_cli/config/tag.rb b/lib/leap_cli/config/tag.rb
index 31f4f76..6bd8d1e 100644
--- a/lib/leap_cli/config/tag.rb
+++ b/lib/leap_cli/config/tag.rb
@@ -9,8 +9,8 @@ module LeapCli; module Config
class Tag < Object
attr_reader :node_list
- def initialize(manager=nil)
- super(manager)
+ def initialize(environment=nil)
+ super(environment)
@node_list = Config::ObjectList.new
end