diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-08 11:49:34 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-08 11:49:34 +0200 |
commit | 0a11bce4b8f80e8e9041788ccbf383722394872f (patch) | |
tree | 313e75d14fc55dc29a6ee7767eccd2311283f6d6 | |
parent | 5146c65928fe0f7c57a669f4c8b7815f3793828b (diff) | |
download | rules-cc-0a11bce4b8f80e8e9041788ccbf383722394872f.tar.gz |
rules: Fix wrong import in data staged
-rw-r--r-- | data/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ , "imports": { "runfiles": ["./", "..", "field_runfiles"] , "artifacts": ["./", "..", "field_artifacts"] - , "runfiles w/o": "field_artifacts_without" + , "runfiles w/o": "field_runfiles_without" , "artifacts w/o": "field_artifacts_without" } , "expression": |