summaryrefslogtreecommitdiff
path: root/lib/chef/resource/scm.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-16 11:39:20 -0700
committerTim Smith <tsmith@chef.io>2018-03-16 13:46:50 -0700
commitc928e064bfa907b3576df2c753a7a3de883ab2ad (patch)
treeae0c637ef8cfd7f8e46194ad2ef8a4fdf08d0db9 /lib/chef/resource/scm.rb
parent9b98267b1461a4c04af03caa80fac6216e6cc637 (diff)
downloadchef-c928e064bfa907b3576df2c753a7a3de883ab2ad.tar.gz
Add more resource descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/scm.rb')
-rw-r--r--lib/chef/resource/scm.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/resource/scm.rb b/lib/chef/resource/scm.rb
index 179a3adefd..8bc55a7974 100644
--- a/lib/chef/resource/scm.rb
+++ b/lib/chef/resource/scm.rb
@@ -62,8 +62,6 @@ class Chef
:kind_of => String)
end
-
-
alias :env :environment
end
end