xtasks
This commit is contained in:
@@ -26,11 +26,8 @@ impl Args {
|
||||
}
|
||||
|
||||
fn default_config_path() -> String {
|
||||
/*
|
||||
let mut path = dirs::home_dir().unwrap_or_else(|| PathBuf::from("."));
|
||||
path.push(".fcb_looper");
|
||||
path.push("state.json");
|
||||
path.to_string_lossy().to_string()
|
||||
*/
|
||||
"../config".to_string()
|
||||
}
|
||||
Reference in New Issue
Block a user