From 57e3883160e19a3522ad9b8c3f1f39047fc9a421 Mon Sep 17 00:00:00 2001 From: Stanislav Bogatyrev Date: Thu, 12 Jan 2023 17:19:27 +0300 Subject: [PATCH] [#2] Use frostfs-cli until it is renamed to frost Signed-off-by: Stanislav Bogatyrev --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 649e42e..7c38b34 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!/usr/bin/make -f VERSION ?= "$(shell git describe --tags --match "v*" --dirty --always --abbrev=8 2>/dev/null || cat VERSION 2>/dev/null || echo "develop")" -FROST ?= frost +FROST ?= frostfs-cli .PHONY: all clean version help unlocode debpackage