소스 검색

Fixes typo

larsen0815 11 달 전
부모
커밋
21f5fe873c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/installation/upgrading.md

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