summaryrefslogtreecommitdiff
path: root/spec/unit/knife/core
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-10-20 08:18:22 -0700
committerTim Smith <tsmith@chef.io>2016-10-20 08:18:22 -0700
commit04431f74a815fa9a9e6bb51291893a536ab3db92 (patch)
tree8e77297918b2100cce9639d03d41162e34d65680 /spec/unit/knife/core
parent78dddf4cccc4b4d762e31c40a0576d4573933798 (diff)
downloadchef-04431f74a815fa9a9e6bb51291893a536ab3db92.tar.gz
More Opscode -> Chef updates
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit/knife/core')
-rw-r--r--spec/unit/knife/core/gem_glob_loader_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/knife/core/gem_glob_loader_spec.rb b/spec/unit/knife/core/gem_glob_loader_spec.rb
index 69a40ebaed..2f9e04769e 100644
--- a/spec/unit/knife/core/gem_glob_loader_spec.rb
+++ b/spec/unit/knife/core/gem_glob_loader_spec.rb
@@ -78,7 +78,7 @@ describe Chef::Knife::SubcommandLoader::GemGlobLoader do
expect(loader.site_subcommands).to include(expected_command)
end
- # https://github.com/opscode/chef-dk/issues/227
+ # https://github.com/chef/chef-dk/issues/227
#
# `knife` in ChefDK isn't from a gem install, it's directly run from a clone
# of the source, but there can be one or more versions of chef also installed