You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(MODULES-10988) fix require_relative being not relative enough
In some cases running this outside the default puppet agent config this
can cause issues if the libdir does not end in `lib`.
This fix does away with the extraneous level of relativity and thus avoids
the problem. This is the only place in the module where this pattern was
used.
0 commit comments