Skip to content

Commit

Permalink
Fix override of var in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jul 13, 2024
1 parent 3cda086 commit 1afc5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_COMPOSE=docker compose
DOCKER_COMPOSE ?= docker compose

export NETBOX_SERVER_URL=http://localhost:8001
export NETBOX_API_TOKEN=0123456789abcdef0123456789abcdef01234567
Expand Down

0 comments on commit 1afc5a8

Please sign in to comment.