diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-05 16:10:43 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-05 16:18:08 +0200 |
commit | 4757cc55cbd708f39c5f09de3d6be327b7b11fef (patch) | |
tree | 85a7a37ef94d036555bb3262776ea14c55510c6d /test | |
parent | 7ba79daa02d428a5260d5d0c1c0fbd4799dc420b (diff) | |
download | justbuild-4757cc55cbd708f39c5f09de3d6be327b7b11fef.tar.gz |
test end-to-end/actions: Fix typo in TARGETS file
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/actions/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/actions/TARGETS b/test/end-to-end/actions/TARGETS index 5258dc0c..17a2fc18 100644 --- a/test/end-to-end/actions/TARGETS +++ b/test/end-to-end/actions/TARGETS @@ -99,7 +99,7 @@ } , "tree-conflicts": { "type": ["@", "rules", "shell/test", "script"] - , "name": ["tree-conflcits"] + , "name": ["tree-conflicts"] , "test": ["tree-conflicts.sh"] , "deps": [["", "tool-under-test"]] , "keep": ["out/graph.json", "out/artifacts.json", "out/log"] |