From 0e8b90d38631074a1ae34c3324f81eac2cad9e91 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Sat, 16 Nov 2024 11:12:19 -0600 Subject: [PATCH] Give abs path for uv --- qbt_stats_html.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbt_stats_html.nu b/qbt_stats_html.nu index 3b8645d..d817ba8 100755 --- a/qbt_stats_html.nu +++ b/qbt_stats_html.nu @@ -7,7 +7,7 @@ let new_head = ( ) ( - uv run -q /home/jas/admin-scripts/list_torrents.py + /home/jas/.local/bin/uv run -q /home/jas/admin-scripts/list_torrents.py | from ssv -m 2 | to html | str replace ($old_head) ($new_head)