From 21f5fe873c69ca972ce78dee3478466560cb40ea Mon Sep 17 00:00:00 2001 From: larsen0815 Date: Fri, 16 May 2025 15:09:52 +0200 Subject: [PATCH] Fixes typo --- 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 84b133c4f..21ffa9766 100644 --- a/docs/installation/upgrading.md +++ b/docs/installation/upgrading.md @@ -136,7 +136,7 @@ Check out the desired release by specifying its tag. For example: ``` cd /opt/netbox && \ sudo git fetch && \ -sudo git checkout v2.4.7 +sudo git checkout v4.2.7 ``` ## 4. Run the Upgrade Script