summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/data_handler/node_data_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/data_handler/node_data_handler.rb')
-rw-r--r--lib/chef/chef_fs/data_handler/node_data_handler.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/chef_fs/data_handler/node_data_handler.rb b/lib/chef/chef_fs/data_handler/node_data_handler.rb
index 04faa527f0..c4910b55b9 100644
--- a/lib/chef/chef_fs/data_handler/node_data_handler.rb
+++ b/lib/chef/chef_fs/data_handler/node_data_handler.rb
@@ -15,8 +15,8 @@ class Chef
'normal' => {},
'default' => {},
'automatic' => {},
- 'run_list' => []
- })
+ 'run_list' => [],
+ },)
result['run_list'] = normalize_run_list(result['run_list'])
result
end