mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 12:05:32 +03:00
Fix typo.
This commit is contained in:
parent
336ab101c8
commit
d48dc7e296
@ -146,7 +146,7 @@ pub fn html_dir(arg_matches: &ArgMatches) -> Result<Option<PathBuf>, OptionsErro
|
||||
if !path.exists() {
|
||||
match std::fs::create_dir(path) {
|
||||
Err(_) => Err(OptionsError::Error(format!(
|
||||
"Html dir {} can not be created",
|
||||
"HTML dir {} can not be created",
|
||||
path.display()
|
||||
))),
|
||||
Ok(_) => Ok(Some(path.to_path_buf())),
|
||||
|
Loading…
Reference in New Issue
Block a user