From 0a11bce4b8f80e8e9041788ccbf383722394872f Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 8 May 2023 11:49:34 +0200 Subject: rules: Fix wrong import in data staged --- data/RULES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/RULES b/data/RULES index d1f8975..ab5c92e 100644 --- a/data/RULES +++ b/data/RULES @@ -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": -- cgit v1.2.3