Skip to content

Commit e91489f

Browse files
authored
PKG-18 Fix empty VERSION file in PMM tarball (#2870)
1 parent dfde17f commit e91489f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/build-client-binary

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ main() {
108108
gobuild_component "pmm-admin" "pmm" "" "admin"
109109
gobuild_component "pmm-agent" "pmm" "" "agent"
110110

111-
echo ${version} > ${binary_dir}/VERSION
111+
echo ${pmm_version} > ${binary_dir}/VERSION
112112

113113
copy_component "pmm" "build/packages/rpm/client" "rpm"
114114
copy_component "pmm" "build/packages/config" "config"

0 commit comments

Comments
 (0)