Skip to content

Commit

Permalink
chore: rename us to auth0-cli, sorry stripe is taken
Browse files Browse the repository at this point in the history
  • Loading branch information
vprasanth committed Mar 9, 2021
1 parent 651c025 commit f52e3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f52e3f7

Please sign in to comment.