From 5f7ea78bd387406b59499cc0ec9ffb408b3e1593 Mon Sep 17 00:00:00 2001 From: eopo <26900313+eopo@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:17:20 +0200 Subject: [PATCH] Fix: Netbox Branch name changed to main instead of master --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90c02ab..62e1902 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := $(or $(NETBOX_VERSION),master) +VERSION := $(or $(NETBOX_VERSION),main) VENV :=$(shell pwd -P)/netbox/venv PYTHON :=$(shell which python3)