diff options
Diffstat (limited to 'lib/chef/provider/reboot.rb')
-rw-r--r-- | lib/chef/provider/reboot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/reboot.rb b/lib/chef/provider/reboot.rb index 407d847313..7fd3c32d53 100644 --- a/lib/chef/provider/reboot.rb +++ b/lib/chef/provider/reboot.rb @@ -49,7 +49,7 @@ class Chef reason: new_resource.reason, timestamp: Time.now, requested_by: new_resource.name - ) + ) end def action_request_reboot |