From 65028d4a35a43c1470727d5f9155c64aa6a3356a Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Wed, 31 Jan 2024 01:01:30 -0800 Subject: [PATCH] Update service file version in makefile (#18925) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0ad9b712..a9a3b7bcc 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ hotfix-vars: hotfix: hotfix-vars clean install ## builds minio binary with hotfix tags @wget -q -c https://github.com/minio/pkger/releases/download/v2.2.0/pkger_2.2.0_linux_amd64.deb - @wget -q -c https://raw.githubusercontent.com/minio/minio-service/v1.0.0/linux-systemd/distributed/minio.service + @wget -q -c https://raw.githubusercontent.com/minio/minio-service/v1.0.1/linux-systemd/distributed/minio.service @sudo apt install ./pkger_2.2.0_linux_amd64.deb --yes @mkdir -p minio-release/$(GOOS)-$(GOARCH)/archive @cp -af ./minio minio-release/$(GOOS)-$(GOARCH)/minio