Skip to content

Commit

Permalink
fix: remaining references to 'taskcluster/ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Dec 19, 2023
1 parent ed5ad40 commit 4c4ae95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/taskgraph/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ def action_callback(options):
@argument(
"--root",
"-r",
default="taskcluster/ci",
default="taskcluster",
help="root of the taskgraph definition relative to topsrcdir",
)
@argument(
Expand Down
4 changes: 2 additions & 2 deletions src/taskgraph/transforms/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def _run_task_suffix():


UNKNOWN_GROUP_NAME = (
"Treeherder group {} (from {}) has no name; " "add it to taskcluster/ci/config.yml"
"Treeherder group {} (from {}) has no name; " "add it to taskcluster/config.yml"
)

V2_ROUTE_TEMPLATES = [
Expand Down Expand Up @@ -266,7 +266,7 @@ def wrap(func):

UNSUPPORTED_INDEX_PRODUCT_ERROR = """\
The index product {product} is not in the list of configured products in
`taskcluster/ci/config.yml'.
`taskcluster/config.yml'.
"""


Expand Down

0 comments on commit 4c4ae95

Please sign in to comment.