UX: Removed a redundant git pull statement from the docs (#30801)

`git pull` statement is now redundant and not needed
This commit is contained in:
Tomas Vavrda 2025-01-16 12:13:51 +01:00 committed by GitHub
parent 60a1eedb5f
commit bb920326c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -155,7 +155,6 @@ Alternatively, you can ssh into your server and rebuild using:
```
cd /var/discourse
git pull
./launcher rebuild app
```

View File

@ -32,7 +32,6 @@ hooks:
```
cd /var/discourse
git pull
./launcher rebuild app
```