From ac210124d553311fd01702028edd038ecd775806 Mon Sep 17 00:00:00 2001 From: Gabriel Bustamante Date: Mon, 10 Jun 2024 13:29:05 -0500 Subject: [PATCH] fix get_buildid_version doc string --- taskcluster/docker/node/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/docker/node/build.py b/taskcluster/docker/node/build.py index 58065ca..4e9f1ba 100755 --- a/taskcluster/docker/node/build.py +++ b/taskcluster/docker/node/build.py @@ -83,7 +83,7 @@ def get_buildid(): def get_buildid_version(version): """Check the version's formating and append `date.time` as a buildid to ensure a unique version. - The addon's in-tree extension/manifest.json file specifies `major.minor.0`. + The addon's in-tree `package.json` file specifies `major.minor.0`. The format of the resulting version field is: ..%Y%m%d.%-H%M%S """