Skip to content

Commit f1752d8

Browse files
committed
Use 'require_relative' to load stdlib due to lookup errors
1 parent 382236c commit f1752d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet_x/stdlib/toml_dumper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919
# THE SOFTWARE.
2020

21-
require 'puppet_x/stdlib'
21+
require_relative '../stdlib'
2222
require 'date'
2323

2424
module PuppetX::Stdlib

0 commit comments

Comments
 (0)