Browse Source

Upgrade documentation: have git fetch new tags

fixes #19778
dieck 7 months ago
parent
commit
ea4c205a37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/installation/upgrading.md

+ 1 - 1
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
 ```