Skip to content

Commit 93094cd

Browse files
fix: Typos error (#3061)
Co-authored-by: Kenneth S. <[email protected]>
1 parent d281af7 commit 93094cd

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)