Skip to content

Commit

Permalink
Not to override LINODE_URL in Makefile (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Aug 21, 2023
1 parent 5d5e717 commit 9041adc
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 @@ -11,7 +11,7 @@ GOLANGCILINT := golangci-lint
GOLANGCILINT_IMG := golangci/golangci-lint:latest
GOLANGCILINT_ARGS := run

LINODE_URL := https://api.linode.com/
LINODE_URL ?= https://api.linode.com/

PACKAGES := $(shell go list ./... | grep -v integration)

Expand Down

0 comments on commit 9041adc

Please sign in to comment.