summaryrefslogtreecommitdiff
path: root/lib/mixlib/log/child.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-12-29 17:02:13 -0800
committerGitHub <noreply@github.com>2019-12-29 17:02:13 -0800
commit1063d53051feea844252b2e3a90109fc6e2f5f93 (patch)
treed7730b8c1767baf0a333f4538f020625ca971d7b /lib/mixlib/log/child.rb
parent534a4b88268cb049a4bda8c3d1250c8ac6968631 (diff)
parent65f4ab892926ee01cd5910d325e2306a82580232 (diff)
downloadmixlib-log-1063d53051feea844252b2e3a90109fc6e2f5f93.tar.gz
Merge pull request #59 from chef/relative
Substitute require for require_relative
Diffstat (limited to 'lib/mixlib/log/child.rb')
-rw-r--r--lib/mixlib/log/child.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/log/child.rb b/lib/mixlib/log/child.rb
index 2d7de00..2b82cea 100644
--- a/lib/mixlib/log/child.rb
+++ b/lib/mixlib/log/child.rb
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-require "mixlib/log/logging"
+require_relative "logging"
module Mixlib
module Log