about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/update/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update/mod.rs b/src/update/mod.rs
index 9128bf7..23b17f9 100644
--- a/src/update/mod.rs
+++ b/src/update/mod.rs
@@ -53,7 +53,7 @@ pub async fn update(
         }
     }
 
-    let mut child = Command::new("./python_update/raw_update.py")
+    let mut child = Command::new("raw_update.py")
         .arg(max_backlog.to_string())
         .args(&urls)
         .stdout(Stdio::piped())