summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_font.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/windows_font.rb')
-rw-r--r--lib/chef/resource/windows_font.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_font.rb b/lib/chef/resource/windows_font.rb
index 8a779a000d..9f4366338a 100644
--- a/lib/chef/resource/windows_font.rb
+++ b/lib/chef/resource/windows_font.rb
@@ -23,7 +23,7 @@ class Chef
require "chef/util/path_helper"
resource_name :windows_font
- provides :windows_font
+ provides(:windows_font) { true }
description "Use the windows_font resource to install font files on Windows."\
" By default, the font is sourced from the cookbook using the resource, but a URI"\