jwgmatthews
Results
1
comments of
jwgmatthews
I think this can be fixed with the following patch to this repo: ``` --- jsonnet/jsonnet.bzl +++ jsonnet/jsonnet.bzl @@ -50,7 +50,9 @@ def _add_prefix_to_imports(label, imports): imports_prefix = "" + workspace_import...