Skip to content

Commit

Permalink
fix: set correct cli command to initialize archive
Browse files Browse the repository at this point in the history
  • Loading branch information
n-dusan committed Dec 16, 2024
1 parent 7200830 commit 9e34bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn find_archive_path(path: &Path) -> anyhow::Result<PathBuf> {
}
}
anyhow::bail!(format!(
"{} is not inside a Stelae Archive. Run `stelae init` to create a archive at this location.",
"{} is not inside a Stelae Archive. Run `taf conf init` to create an archive at this location.",
abs_path.to_string_lossy()
))
}
Expand Down

0 comments on commit 9e34bca

Please sign in to comment.