Explorar o código

Upgrade documentation: have git fetch new tags

fixes #19778
dieck hai 7 meses
pai
achega
ea4c205a37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 && \
 cd /opt/netbox && \
-sudo git fetch && \
+sudo git fetch --tags && \
 sudo git checkout v4.2.7
 sudo git checkout v4.2.7
 ```
 ```