Skip to content

Commit 68389b6

Browse files
committed
Fix style/lint issue
1 parent 163fe69 commit 68389b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/functions/peadm/node_manager_yaml_location.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dispatch :nm_yaml_location do
33
end
44

5-
def nm_yaml_location()
5+
def nm_yaml_location
66
File.join(Puppet.settings['confdir'], 'node_manager.yaml')
77
end
88
end

0 commit comments

Comments
 (0)