diff options
Diffstat (limited to 'lib/chef/http/auth_credentials.rb')
-rw-r--r-- | lib/chef/http/auth_credentials.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/auth_credentials.rb b/lib/chef/http/auth_credentials.rb index 547b5c8a83..e761c97e9b 100644 --- a/lib/chef/http/auth_credentials.rb +++ b/lib/chef/http/auth_credentials.rb @@ -20,7 +20,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -require "chef/log" +require_relative "../log" require "mixlib/authentication/signedheaderauth" class Chef |