fix: add bail to anyhow import in update.rs

This commit is contained in:
Andrew Phillips (aider)
2025-05-13 18:41:30 -03:00
parent 64c4dce492
commit d58dea9c3f

View File

@@ -1,4 +1,4 @@
use anyhow::{Context, Result};
use anyhow::{bail, Context, Result};
use std::path::PathBuf;
use std::str::FromStr;