summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-08-05 11:13:13 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-08-05 11:13:13 -0700
commit0d79332d54ec135f534c19095e402b85ec18b876 (patch)
tree4f0c2cf84e524d78f68bcbc9e3ffc2f2aae31b7e
parent72e3cfdbc9626755f48f614ae3afec0a875a5cd8 (diff)
downloadchef-0d79332d54ec135f534c19095e402b85ec18b876.tar.gz
fix apt_repository noop
-rw-r--r--lib/chef/provider/apt_repository.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/apt_repository.rb b/lib/chef/provider/apt_repository.rb
index 1e7db80620..3a1b247d17 100644
--- a/lib/chef/provider/apt_repository.rb
+++ b/lib/chef/provider/apt_repository.rb
@@ -254,4 +254,4 @@ class Chef
end
end
-Chef::Provider::Noop.provides :apt_resource
+Chef::Provider::Noop.provides :apt_repository