fix
This commit is contained in:
@@ -138,7 +138,7 @@ pub async fn execute() -> Result<()> {
|
||||
async fn build_browser() -> Result<()> {
|
||||
use std::process::Command;
|
||||
|
||||
let browser_dir = "./repos/log/pds";
|
||||
let browser_dir = "./pds";
|
||||
|
||||
// Check if pds directory exists
|
||||
if !std::path::Path::new(browser_dir).exists() {
|
||||
|
||||
Reference in New Issue
Block a user