fix a few CLI typos

This commit is contained in:
Eric Seppanen
2021-04-28 14:32:58 -07:00
parent 69df9f10ed
commit 6a43b293ad
2 changed files with 3 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ pub fn init() -> Result<()> {
let cargo_path = env::current_dir()?;
if !cargo_path.join("pageserver/Cargo.toml").exists() {
anyhow::bail!(
"Current dirrectory does not look like a zenith repo. \
"Current directory does not look like a zenith repo. \
Please, run 'init' from zenith repo root."
);
}