Skip to content

Commit

Permalink
[chore] rm "args-set"
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
  • Loading branch information
leecalcote committed Oct 9, 2024
1 parent 5ef2961 commit 983e4fb
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 @@ -146,7 +146,7 @@ server-stg: dep-check
go run main.go error.go;

## Build and run Meshery Server on your local machine.
server: dep-check args-set
server: dep-check
cd server; cd cmd; go mod tidy; \
BUILD="$(GIT_VERSION)" \
PROVIDER_BASE_URLS=$(MESHERY_CLOUD_PROD) \
Expand Down

0 comments on commit 983e4fb

Please sign in to comment.