diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jv.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs index 22edf95..302a185 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -1011,6 +1011,10 @@ async fn main() { .await; jv_update(UpdateArgs { help: false }).await; + + if let Some(local_dir) = current_local_path() { + let _ = fs::remove_file(local_dir.join(CLIENT_FILE_TODOLIST)).await; + }; } JustEnoughVcsWorkspaceCommand::HistoryIpAddress => { get_recent_ip_address() |
