Fixes #16016: Correct typo

This commit is contained in:
Jeremy Stretch 2024-05-08 10:15:43 -04:00
parent db823634cf
commit b87d1eca98
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pip3 install pyuwsgi
Once installed, add the package to `local_requirements.txt` to ensure it is re-installed during future rebuilds of the virtual environment:
```no-highlight
sudo sh -c "echo 'pyuwgsi' >> /opt/netbox/local_requirements.txt"
sudo sh -c "echo 'pyuwsgi' >> /opt/netbox/local_requirements.txt"
```
## Configuration