From f52e3f70c7844028176b19ba948fed4c954c836a Mon Sep 17 00:00:00 2001 From: Prasanth Vaaheeswaran Date: Tue, 9 Mar 2021 09:56:31 -0500 Subject: [PATCH] chore: rename us to auth0-cli, sorry stripe is taken --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 663c60428..431d73d7d 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ build: build: .PHONY: build -# Build a beta version of stripe for all supported platforms +# Build a beta version of auth0-cli for all supported platforms build-all-platforms: env GOOS=darwin go build -ldflags "$(CTIMEVAR)" -o auth0-darwin cmd/auth0/main.go env GOOS=linux go build -ldflags "$(CTIMEVAR)" -o auth0-linux cmd/auth0/main.go