2
0
Эх сурвалжийг харах

Upgrade documentation: have git fetch new tags

fixes #19778
dieck 10 сар өмнө
parent
commit
ea4c205a37

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