Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Amol Agrawal committed May 23, 2024
1 parent 28f7654 commit 5b26090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plugins/ruby/in_kube_podinventory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# frozen_string_literal: true

require "fluent/plugin/input"
require "oms_common"
require_relative "oms_common"

module Fluent::Plugin
class Kube_PodInventory_Input < Input
Expand Down

0 comments on commit 5b26090

Please sign in to comment.