summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/windows_path.rb')
-rw-r--r--lib/chef/resource/windows_path.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/windows_path.rb b/lib/chef/resource/windows_path.rb
index 870ffdef3f..f0cc316e66 100644
--- a/lib/chef/resource/windows_path.rb
+++ b/lib/chef/resource/windows_path.rb
@@ -64,7 +64,7 @@ class Chef
end
end
- action :add do
+ action :add, description: "Add an item to the system path" do
# The windows Env provider does not correctly expand variables in
# the PATH environment variable. Ruby expects these to be expanded.
#
@@ -76,7 +76,7 @@ class Chef
end
end
- action :remove do
+ action :remove, description: "Remove an item from the system path" do
# The windows Env provider does not correctly expand variables in
# the PATH environment variable. Ruby expects these to be expanded.
#