Skip to content

Commit

Permalink
PMM-13487 Fix path to pmm-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 21, 2024
1 parent db2904d commit 0ba4b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/build-server-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ prepare_spec() {
fi

if [ "${spec_name}" = "pmm-ui" ]; then
local hash=$(get_shasum256 "ui")
local hash=$(get_shasum256 "${git_dir}/ui")
sed -i -e "s/global commit.*/global commit ${hash:0:7}/" ${spec_file}
else
sed -i -e "s/global commit.*/global commit ${full_commit}/" ${spec_file}
Expand Down

0 comments on commit 0ba4b93

Please sign in to comment.