diff options
author | John Keiser <john@johnkeiser.com> | 2015-05-27 10:15:17 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-05-28 13:27:43 -0700 |
commit | 6d1b736f6d581fb6a63f5b51708b0a75c566321e (patch) | |
tree | dd9b53dde84074e88087a644be08f3e423bbbd07 | |
parent | 9281a2b8e6fbd2a493d80038af8154b777d82cdd (diff) | |
download | chef-6d1b736f6d581fb6a63f5b51708b0a75c566321e.tar.gz |
Don't require a file we are already in
-rw-r--r-- | lib/chef/client/notification_registry.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/client/notification_registry.rb b/lib/chef/client/notification_registry.rb index e34115c5dd..78d0b1f687 100644 --- a/lib/chef/client/notification_registry.rb +++ b/lib/chef/client/notification_registry.rb @@ -18,8 +18,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -require 'chef/client/notification_registry' - class Chef class Client module NotificationRegistry |