summaryrefslogtreecommitdiff
path: root/lib/mixlib/log/child.rb
diff options
context:
space:
mode:
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