Skip to content

Commit

Permalink
fix get_buildid_version doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta committed Jun 11, 2024
1 parent b0c9f2b commit ac21012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/docker/node/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<number>.<number>.%Y%m%d.%-H%M%S
"""
Expand Down

0 comments on commit ac21012

Please sign in to comment.