Skip to content

Commit

Permalink
[#46] authmate: Rename binary file in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
  • Loading branch information
masterSplinter01 committed May 19, 2021
1 parent dae6936 commit ab111b2
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 @@ -14,7 +14,7 @@ BIN_NAME=neofs-s3-gw
BIN = "$(BINDIR)/$(BIN_NAME)"

#authmate variables
AUTHMATE_BIN_NAME=authmate
AUTHMATE_BIN_NAME=neofs-authmate
AUTHMATE_BIN = "$(BINDIR)/$(AUTHMATE_BIN_NAME)"

.PHONY: help all dep clean format test cover lint docker/lint image-push image dirty-image
Expand Down

0 comments on commit ab111b2

Please sign in to comment.