Skip to content

Commit

Permalink
Fixes #16016: Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed May 8, 2024
1 parent db82363 commit b87d1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/4b-uwsgi.md
Expand Up @@ -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
Expand Down

0 comments on commit b87d1ec

Please sign in to comment.