Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d9dccc3

Browse files
keertipcommit-bot@chromium.org
authored andcommitted
Pass in no_git_hash option to utils.py when computing version
Change-Id: I744aa2475572cd76c2567fd7ecddaffc727c0a98 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103941 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Keerti Parthasarathy <[email protected]>
1 parent f9bf379 commit d9dccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def MakeSnapshotHashString():
6969

7070
def MakeFile(quiet, output_file, input_file, no_git_hash, custom_for_pub, version_file=None):
7171
if version_file:
72-
version_string = utils.GetVersion(version_file)
72+
version_string = utils.GetVersion(no_git_hash, version_file)
7373
else:
7474
version_string = MakeVersionString(quiet, no_git_hash, custom_for_pub)
7575

0 commit comments

Comments
 (0)