Skip to content

Commit 4a47bde

Browse files
committed
fix: Typos error
1 parent f082a40 commit 4a47bde

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/agent/legacy

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/agent/legacy/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pub async fn migrate(os: &mut Os, force: bool) -> eyre::Result<Option<Vec<Agent>
214214
for agent in &mut new_agents {
215215
let content = agent.to_str_pretty()?;
216216
if let Some(path) = agent.path.as_ref() {
217-
info!("Agent {} peristed in path {}", agent.name, path.to_string_lossy());
217+
info!("Agent {} persisted in path {}", agent.name, path.to_string_lossy());
218218
os.fs.write(path, content).await?;
219219
} else {
220220
warn!(

0 commit comments

Comments
 (0)