From 028352ecfd124dad70669a7109fb3e82cc85893a Mon Sep 17 00:00:00 2001 From: Otavio Fernandes Date: Tue, 21 May 2024 16:41:57 +0200 Subject: [PATCH] chore: Application Rename From `rhtap-installer-cli` to `rhtap-cli`. --- Makefile | 2 +- cmd/{rhtap-installer-cli => rhtap-cli}/main.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cmd/{rhtap-installer-cli => rhtap-cli}/main.go (100%) diff --git a/Makefile b/Makefile index 1a04b7e2..0a31df49 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -APP = rhtap-installer-cli +APP = rhtap-cli BIN_DIR ?= ./bin BIN ?= $(BIN_DIR)/$(APP) diff --git a/cmd/rhtap-installer-cli/main.go b/cmd/rhtap-cli/main.go similarity index 100% rename from cmd/rhtap-installer-cli/main.go rename to cmd/rhtap-cli/main.go