diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-10-02 17:29:59 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-10-02 17:29:59 -0700 |
commit | c982ebfe0ce22884939c2d3419d7a51f4c271f49 (patch) | |
tree | a9b82ea4e26cff11544f0b2009066e3615c7b3dd /lib/chef | |
parent | 5d8643ae0b6fa1367d19c85c13d03bfa95d41cd2 (diff) | |
download | chef-c982ebfe0ce22884939c2d3419d7a51f4c271f49.tar.gz |
Also needs to be one more directory down for the requires
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/provider/package/apt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/apt.rb b/lib/chef/provider/package/apt.rb index 4e381d31f7..a2e9bd68a2 100644 --- a/lib/chef/provider/package/apt.rb +++ b/lib/chef/provider/package/apt.rb @@ -17,7 +17,7 @@ # require File.join(File.dirname(__FILE__), "..", "package") -require File.join(File.dirname(__FILE__), "..", "mixin", "command") +require File.join(File.dirname(__FILE__), "..", "..", "mixin", "command") class Chef class Provider |