Skip to content

Commit

Permalink
PMM-12529 fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 19, 2023
1 parent c2dc73e commit c866368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/vars
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ root_dir=${ROOT_DIR:-$root_dir_tmp}
tmp_dir=${root_dir}/tmp

# In VERSION file we can have numeric value like '2.0.0' as well as
# alphanumeric value like '2.0.0-alpha3' which we can not be used entirely
# alphanumeric value like '2.0.0-alpha3' which can not be used entirely
# e.g. in Version directive in spec files. So we define:
# * full_pmm_version to contain full version and build metadata: '2.0.0-alpha3-PMM-1234-fb-branch-123abc';
# * pmm_version to contain only MAJOR.MINOR.PATCH: '2.0.0';
Expand Down

0 comments on commit c866368

Please sign in to comment.