Skip to content

Commit 02c0dd2

Browse files
authored
Merge pull request #1275 from puppetlabs/CONT-200-fix_require_paths_for_puppet_x
(CONT-200) Fix require relative paths
2 parents dab602d + 3312a18 commit 02c0dd2

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_relative '../stdlib'
21+
require_relative '../../puppet_x/stdlib'
2222
require 'date'
2323

2424
module PuppetX::Stdlib

0 commit comments

Comments
 (0)