Commit 3312a18
committed
(CONT-200) Fix require relative paths
Prior to this commit using stdlib/to_toml function in a
separate environment outside of production will result
in the following error if the latest version doesn't
also live in production:
```
Error: Could not retrieve catalog from remote server:
Error 500 on SERVER: Internal Server Error:
org.jruby.exceptions.LoadError: (LoadError)
no such file to load -- puppet_x/stdlib
```
This commit fixes the issue by updating code to use the correct paths
for require_relative.1 parent dab602d commit 3312a18
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments