From 40a3c51c9c052afa7927aaebb383f1108a5d6bfd Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Thu, 10 Sep 2020 09:38:21 +0300 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af8dd76..de2f0ae 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ bash: FPMCOMMON= \ - --name goreplay \ + --name gor \ --description "GoReplay is an open-source network monitoring tool which can record your live traffic, and use it for shadowing, load testing, monitoring and detailed analysis." \ -v $(VERSION) \ --vendor "Leonid Bugaev" \