From ea4c205a37baa3e58e6e481158c15c6154cceeff Mon Sep 17 00:00:00 2001 From: dieck Date: Fri, 27 Jun 2025 10:49:13 +0200 Subject: [PATCH] Upgrade documentation: have git fetch new tags fixes #19778 --- docs/installation/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/upgrading.md b/docs/installation/upgrading.md index 21ffa9766..0a02f7a04 100644 --- a/docs/installation/upgrading.md +++ b/docs/installation/upgrading.md @@ -135,7 +135,7 @@ Check out the desired release by specifying its tag. For example: ``` cd /opt/netbox && \ -sudo git fetch && \ +sudo git fetch --tags && \ sudo git checkout v4.2.7 ```