From 6cc54af6d70f69316e11d44872d93315cef87ac6 Mon Sep 17 00:00:00 2001 From: pisaniej <79933082+pisaniej@users.noreply.github.com> Date: Wed, 2 Feb 2022 15:18:56 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0226e65..128f128 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ All options are described in the example file. In Order to sync all items regularly you can add a cron job like this one ``` # NetBox Sync - 23 */2 * * * /opt/netbox-sync/.env/bin/python3 /opt/netbox-sync/netbox-sync.py >/dev/null 2>&1 + 23 */2 * * * /opt/netbox-sync/.venv/bin/python3 /opt/netbox-sync/netbox-sync.py >/dev/null 2>&1 ``` # How it works