From b87d1eca98142b1850f9a291ca35351a89f1152f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 8 May 2024 10:15:43 -0400 Subject: [PATCH] Fixes #16016: Correct typo --- docs/installation/4b-uwsgi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/4b-uwsgi.md b/docs/installation/4b-uwsgi.md index 3b7b5f76c..c8d1437a0 100644 --- a/docs/installation/4b-uwsgi.md +++ b/docs/installation/4b-uwsgi.md @@ -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