Skip to content

Commit ea4c205

Browse files
dieckjeremystretch
authored andcommitted
Upgrade documentation: have git fetch new tags
fixes #19778
1 parent 2a5d3ab commit ea4c205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Check out the desired release by specifying its tag. For example:
135135

136136
```
137137
cd /opt/netbox && \
138-
sudo git fetch && \
138+
sudo git fetch --tags && \
139139
sudo git checkout v4.2.7
140140
```
141141

0 commit comments

Comments
 (0)